Skip to content

Commit

Permalink
test: Add explicit wait
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 24, 2024
1 parent a4bc09d commit f422b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/component/Breadcrumbs.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ describe('Breadcrumbs', () => {
beforeEach(() => {
// set focus to the second menuitem
cy.focused().realType('{downarrow}');
cy.findByText('Overflow visibility: visible');
});

it('should toggle focus to the previous list item', () => {
Expand Down

0 comments on commit f422b01

Please sign in to comment.