Skip to content

Commit

Permalink
test: update test to not check for the role attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 23, 2023
1 parent e3b4592 commit ea9cdd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/menu-bar/test/menu-bar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ describe('item components', () => {
await onceResized(menu);
const item = buttons[2].firstChild;
expect(item).to.equal(buttons[2].item.component);
expect(item.getAttribute('role')).to.not.equal('menuitem');
});

it('should close the overflow sub-menu on resize', async () => {
Expand Down

0 comments on commit ea9cdd5

Please sign in to comment.