Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Apr 29, 2024
1 parent 03cdc29 commit 042d2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nimble-components/src/select/tests/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ describe('Select', () => {
});

it('after closing dropdown by committing a value with <Tab>, activeElement is not Select element', () => {
element.filterMode = testData.filter;
pageObject.clickSelect();
pageObject.pressArrowDownKey();
pageObject.pressTabKey();
Expand Down

0 comments on commit 042d2b0

Please sign in to comment.