Skip to content

Commit c6da114

Browse files
committed
Fix build
1 parent 6f8edfd commit c6da114

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A menu button is a button that opens a menu.
2+
It is referenced by the menu using aria-labelledby attribute.
3+
4+
See: https://www.w3.org/TR/wai-aria-practices-1.1/#menubutton

elements/howto-menu-button/howto-menu-button.e2etest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('howto-menu-button', function() {
77
let driver;
88
beforeEach(function() {
99
driver = this.driver;
10-
return this.driver.get(`${this.address}/howto-menu-button_demo.html`)
10+
return this.driver.get(`${this.address}/howto-menu-button/demo.html`)
1111
.then(_ => helper.waitForElement(this.driver, 'howto-menu-button'));
1212
});
1313

elements/howto-menu-button/howto-menu-button.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*
2-
* A menu button is a button that opens a menu.
3-
* It is referenced by the menu using aria-labelledby attribute.
4-
*
5-
* See: https://www.w3.org/TR/wai-aria-practices-1.1/#menubutton
6-
*/
71
(function() {
82
/**
93
* Define key codes to help with handling keyboard events.

0 commit comments

Comments
 (0)