Skip to content

Commit

Permalink
access button directly by id in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Apr 29, 2022
1 parent f54c626 commit f55c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuroscout/frontend/cypress/integration/tour.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ describe('Tour', () => {
cy.visit('/')
cy.login('user@example.com', 'string')
cy.wait(200)
cy.get('.ant-btn').contains('Tour!').click()
cy.get('#rainbow-btn').click()
})
})

0 comments on commit f55c85b

Please sign in to comment.