Skip to content

Commit

Permalink
test: editor settings e2e test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Dec 8, 2021
1 parent 3afc118 commit 3418f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/cypress/e2e/integration/settings.spec.ts
Expand Up @@ -72,7 +72,7 @@ describe('Settings', { viewportWidth: 600 }, () => {

// navigate away and come back
// preferred editor selected from dropdown should have been persisted
cy.get('[href="#/"]').click()
cy.visitApp()
cy.get('[href="#/settings"]').click()
cy.wait(100)
cy.get('[data-cy="Device Settings"]').click()
Expand Down

0 comments on commit 3418f06

Please sign in to comment.