Skip to content

Commit

Permalink
test: remove flaky click from navigation spec (#21466)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan authored May 13, 2022
1 parent a86514d commit d45c9f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/cypress/e2e/sidebar_navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ describe('Sidebar Navigation', () => {
it('resize nav sends the correct value on the mutation', () => {
cy.contains('fixture.js').click()

cy.get('.toggle-specs-text').click()

cy.withCtx((ctx, o) => {
o.sinon.stub(ctx.actions.localSettings, 'setPreferences').resolves()
})
Expand Down

1 comment on commit d45c9f8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d45c9f8 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/linux-x64/10.0-release-d45c9f8e2107457482d688f6fa9d803b238e9872/cypress.tgz

Please sign in to comment.