We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c9d3f commit d0a40c6Copy full SHA for d0a40c6
cypress/e2e/about.cy.js
@@ -11,7 +11,7 @@ describe('About page', () => {
11
12
it('should navigate to the about page and back via header link', () => {
13
cy.get('h1').contains('About')
14
- cy.get('[cy-data="home-nav-link"] > .active').click()
+ cy.get('[cy-data="home-nav-link"]').click()
15
cy.get('h1').contains('Redux + TypeScript')
16
})
17
0 commit comments