From 253493bf8dca6dedfcc181854c73015c95a6e8e5 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelca Date: Mon, 14 Oct 2024 10:05:44 -0400 Subject: [PATCH] remove open acordeon --- .../TCP4-4444VerifyAddingMultipleContentToClipboard.spec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/e2e/specs/TCP4-4444VerifyAddingMultipleContentToClipboard.spec.js b/tests/e2e/specs/TCP4-4444VerifyAddingMultipleContentToClipboard.spec.js index 8f12c49ae..428257289 100644 --- a/tests/e2e/specs/TCP4-4444VerifyAddingMultipleContentToClipboard.spec.js +++ b/tests/e2e/specs/TCP4-4444VerifyAddingMultipleContentToClipboard.spec.js @@ -1,6 +1,5 @@ describe("Clipboard Button Actions", () => { beforeEach(() => { - // Clear local storage and visit the base URL before each test cy.visit("/"); cy.showValidationOnLoad(); cy.clearLocalStorage(); @@ -11,8 +10,6 @@ describe("Clipboard Button Actions", () => { cy.loadFromJson("TCP4-4446.json", 0); cy.get("[data-cy=screen-drop-zone]").should("not.contain.text", "Place your controls here."); - // Open "Input Fields" accordion and add the first screen element to the clipboard - cy.openAcordeonByLabel("Input Fields"); cy.get(':nth-child(1) > [data-cy="screen-element-container"]').click({ force: true }); cy.get('[data-cy="addToClipboard"]').should("be.visible").click(); cy.get('[data-cy="addToClipboard"]').should("not.exist");