21600: removed only and changed wait to 1 second Arvados-DCO-1.1-Signed-off-by: Lisa...
authorLisa Knox <lisaknox83@gmail.com>
Fri, 15 Mar 2024 20:33:39 +0000 (16:33 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Fri, 15 Mar 2024 20:33:39 +0000 (16:33 -0400)
services/workbench2/cypress/e2e/banner-tooltip.cy.js

index 285875e87fb6bd715160c758ac870cf019cdfb32..ffb8b42129a1531905a0ffc31b682e2e621b39e7 100644 (file)
@@ -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');