Skip to content

Commit

Permalink
fix: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 13, 2023
1 parent ff53f15 commit 2192f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/Select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Select', () => {
beforeEach(() => {
cy.findByRole('combobox')
.focus()
.realType('{enter}');
.realType('{downarrow}');
});

context('the menu', () => {
Expand Down

0 comments on commit 2192f16

Please sign in to comment.