From a6f2e4ea0bf519125271141c154df7e0a245b082 Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Fri, 15 Mar 2024 16:33:39 -0400 Subject: [PATCH] 21600: removed only and changed wait to 1 second Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- services/workbench2/cypress/e2e/banner-tooltip.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js index 285875e87f..ffb8b42129 100644 --- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js +++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -describe.only('Banner / tooltip tests', function () { +describe('Banner / tooltip tests', function () { let activeUser; let adminUser; let collectionUUID; @@ -73,7 +73,7 @@ describe.only('Banner / tooltip tests', function () { cy.get('[data-cy=confirmation-dialog-ok-btn]').click(); cy.get('[title=Notifications]').click({ force: true }); - cy.wait(3000); + cy.wait(1000); cy.get('li').contains('Restore Banner').click({ force: true }); cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible'); -- 2.30.2