[arvados] updated: 2.7.0-6184-gc48f04fe09

git repository hosting git at public.arvados.org
Thu Mar 14 17:55:36 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/banner-tooltip.cy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c48f04fe095bf6de2597143d82bc268c417341de (commit)
      from  6fe577611e7afeed3c422d19d46f7ab34b201cbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c48f04fe095bf6de2597143d82bc268c417341de
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Mar 14 13:55:27 2024 -0400

    21507: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
index 0a434ec9e8..1a93d83f31 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -72,7 +72,7 @@ describe('Banner / tooltip tests', function () {
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
-        cy.get('[title=Notifications]').click();
+        cy.get('[title=Notifications]').click({ force: true });
         cy.get('li').contains('Restore Banner').click();
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list