From 41d6ed562487d97353808c6e54e9a608ac16f779 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Mon, 6 Mar 2023 17:53:53 +0100 Subject: [PATCH] 19836: Change test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/banner-tooltip.spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js index 53777058..6156909c 100644 --- a/cypress/integration/banner-tooltip.spec.js +++ b/cypress/integration/banner-tooltip.spec.js @@ -34,8 +34,6 @@ describe('Collection panel tests', function () { cy.loginAs(adminUser); - // cy.goToPath(`/collections/${collectionUUID}`); - cy.wait(2000); cy.get('[data-cy=confirmation-dialog-ok-btn]').click(); @@ -54,8 +52,6 @@ describe('Collection panel tests', function () { cy.loginAs(adminUser); - // cy.goToPath(`/collections/${collectionUUID}`); - cy.wait(2000); cy.get('[data-cy=side-panel-tree]').then(($el) => { -- 2.30.2