Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed May 21, 2024
1 parent 4a9a0b1 commit 3ff07ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ describe('MenuButton', () => {
element.setAttribute('tabindex', '-1');
await connect();
element.removeAttribute('tabindex');
await waitForUpdatesAsync();
expect(element.toggleButton!.getAttribute('tabindex')).toBeNull();
});

Expand Down

0 comments on commit 3ff07ff

Please sign in to comment.