From d1a236d92e6cf423f299128d42e6b1e005e3be92 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 6 Dec 2022 22:15:08 +0530 Subject: [PATCH] chore: removed unsed code --- cypress/integration/form_builder.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress/integration/form_builder.js b/cypress/integration/form_builder.js index c63a4ac2fc..689afb25b7 100644 --- a/cypress/integration/form_builder.js +++ b/cypress/integration/form_builder.js @@ -63,7 +63,6 @@ context("Form Builder", () => { cy.get(first_field).find(label).should("have.text", "Data 1"); let first_section = ".tab-content.active .form-section-container:first"; - cy.get(".form-section-container:first").as("first-section"); // drag first section to second position cy.get(first_section).click().wait(200); @@ -97,8 +96,6 @@ context("Form Builder", () => { }); it("Remove Tab/Section/Column", () => { - cy.get(".tab-content.active .form-section-container:first").as("first-section"); - let first_section = ".tab-content.active .form-section-container:first"; // remove column