From 054aea6a43e28ecbeb04c98bb5dff4b19f61644e Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Fri, 15 Mar 2024 15:27:54 -0400 Subject: [PATCH] 21600: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- services/workbench2/cypress/e2e/banner-tooltip.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js index 7204dd5386..6fbc0118ec 100644 --- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js +++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js @@ -73,6 +73,7 @@ describe('Banner / tooltip tests', function () { cy.get('[data-cy=confirmation-dialog-ok-btn]').click(); cy.get('[title=Notifications]').click({ force: true }); + cy.waitForDom(); cy.get('li').contains('Restore Banner').click({ force: true }); cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible'); -- 2.30.2