Skip to content

Commit

Permalink
Fix CY tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjurco committed Feb 18, 2025
1 parent e710a03 commit ec39d5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/keyboard-navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ describe('keyboard navigation and accessibility', () => {
pressTabAndAssertFocusOutline(() => cy.findAllByText('Staking').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('Governance').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('History').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('Tracker').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('Forum').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('Api3 Market').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('Docs').filter(':visible').closest('a'));

Expand Down

0 comments on commit ec39d5a

Please sign in to comment.