Skip to content

Commit

Permalink
Fix Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Mar 3, 2025
1 parent 891f05f commit ab30c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/keyboard-navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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('Docs').filter(':visible').closest('a'));
pressTabAndAssertFocusOutline(() => cy.findAllByText('DAO Docs').filter(':visible').closest('a'));

pressTabAndAssertFocusOutline(() => cy.findByTestId('connect-wallet-staking-btn'));
pressTabAndAssertFocusOutline(() => cy.findByText('Api3.org'));
Expand Down

0 comments on commit ab30c3e

Please sign in to comment.