From 5c129062666bbfe87a9fda79e8a68f655d51cd29 Mon Sep 17 00:00:00 2001 From: cstns Date: Wed, 24 Apr 2024 13:51:21 +0300 Subject: [PATCH] QF cypress selector --- test/e2e/frontend/cypress/tests/instances/editor.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/frontend/cypress/tests/instances/editor.spec.js b/test/e2e/frontend/cypress/tests/instances/editor.spec.js index cd4e526f4..1adfac1fc 100644 --- a/test/e2e/frontend/cypress/tests/instances/editor.spec.js +++ b/test/e2e/frontend/cypress/tests/instances/editor.spec.js @@ -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') }) }) @@ -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') }) })