Skip to content

Commit

Permalink
chore: Merge support into master
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 28, 2024
1 parent 02051e2 commit e99cd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/Select.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ describe('Select', () => {
cy.findByRole('combobox').focus();
cy.focused().realType(' ');
});
it('should select phone and the selected value should be visible', () => {
it('should open the menu', () => {
// should open the menu
cy.findByRole('listbox').should('exist');
});
Expand Down

0 comments on commit e99cd4f

Please sign in to comment.