Skip to content

Commit

Permalink
fix: Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 24, 2024
1 parent ccf3ed5 commit da355fc
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 351 deletions.
2 changes: 0 additions & 2 deletions cypress/component/Breadcrumbs.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ describe('Breadcrumbs', () => {
context('when the first menu item is focused', () => {
beforeEach(() => {
cy.focused().realType('{downarrow}');
cy.wait(0);
});

it('should toggle focus to the second menu item on down keypress', () => {
Expand All @@ -286,7 +285,6 @@ describe('Breadcrumbs', () => {
context('when the down arrow key is pressed on the dropdown menu', () => {
beforeEach(() => {
cy.focused().realType('{downarrow}');
cy.wait(0);
});

it('should toggle focus to the next menu item on down keypress', () => {
Expand Down
Loading

0 comments on commit da355fc

Please sign in to comment.