Skip to content

Commit

Permalink
QF cypress selector
Browse files Browse the repository at this point in the history
  • Loading branch information
cstns committed Apr 24, 2024
1 parent f5cecda commit 5c12906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/frontend/cypress/tests/instances/editor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('FlowForge - Instance editor', () => {
cy.visit(`/instance/${instance.id}/editor`)
})

cy.get('[data-el="tabs-wrapper"]').within(() => {
cy.get('[data-el="tabs-drawer"]').within(() => {
cy.get('[data-action="open-dashboard"]').should('not.exist')
})
})
Expand Down Expand Up @@ -194,7 +194,7 @@ describe('FlowForge - Instance editor', () => {
cy.visit(`/instance/${instance.id}/editor`)
})

cy.get('[data-el="tabs-wrapper"]').within(() => {
cy.get('[data-el="tabs-drawer"]').within(() => {
cy.get('[data-action="open-dashboard"]').should('exist')
})
})
Expand Down

0 comments on commit 5c12906

Please sign in to comment.