From e133124e71b6204f3ec840a2ec761ed1b6133314 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:47:31 +0200 Subject: [PATCH] test: web form --- cypress/integration/web_form.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress/integration/web_form.js b/cypress/integration/web_form.js index 8dd16389e7..fcb24219b9 100644 --- a/cypress/integration/web_form.js +++ b/cypress/integration/web_form.js @@ -241,9 +241,7 @@ context("Web Form", () => { cy.get(".web-list-actions button").contains("Delete").should("not.be.visible"); cy.visit("/note"); - cy.get(".web-list-table tbody tr:nth-child(1)").should("exist"); - cy.get(".web-list-table tbody tr:nth-child(2)").should("not.exist"); - cy.get(".web-list-table tbody tr:nth-child(3)").should("not.exist"); + cy.get(".web-list-table tbody tr:nth-child(1)").should("not.exist"); }); it("Navigate and Submit a WebForm", () => {