Skip to content

Commit

Permalink
fix broken e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrahamdawson committed Apr 2, 2024
1 parent d7fceff commit 4cac41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/specs/graph.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ describe('Graph View', () => {
cy.visit('/#/workspace/one')
addView('Graph')
waitForGraphLayout()
checkRemeberToolbarSettings('.autoRefresh', 'have.class', 'not.have.class')
checkRemeberToolbarSettings('[data-cy=control-autoRefresh]', 'have.class', 'not.have.class')
})

it('remembers transpose setting when switching between workflows', () => {
cy.visit('/#/workspace/one')
addView('Graph')
waitForGraphLayout()
checkRemeberToolbarSettings('.transpose', 'not.have.class', 'have.class')
checkRemeberToolbarSettings('[data-cy=control-transpose]', 'not.have.class', 'have.class')
})
})

0 comments on commit 4cac41d

Please sign in to comment.