Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr committed Mar 22, 2024
1 parent f82767a commit 3687eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('Navigation', () => {
cy.get('.fd-icon-tab-bar')
.contains('Settings')
.click();
cy.get('.fd-list')
cy.get('.fd-icon-tab-bar')
.contains('Project Settings')
.click();
cy.expectPathToBe('/projects/tabNav/settings');
Expand Down

0 comments on commit 3687eb3

Please sign in to comment.