We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aff2c commit b901febCopy full SHA for b901feb
e2e/components/menu-e2e.spec.ts
@@ -97,9 +97,9 @@ describe('menu', () => {
97
expectFocusOn(page.items(0));
98
});
99
100
- it('should focus the panel when opened by mouse', () => {
+ it('should focus the first item when opened by mouse', () => {
101
page.trigger().click();
102
- expectFocusOn(page.menu());
+ expectFocusOn(page.items(0));
103
104
105
it('should focus subsequent items when down arrow is pressed', () => {
0 commit comments