21910: Merge branch 'main' into 21910-remove-api_client_id
[arvados.git] / services / workbench2 / cypress / e2e / banner-tooltip.cy.js
index 7cb2bc405e77889144e42841fa39a40c079776b9..f9b71e0e2370c2a49685b9c5651d37e4fecd6b70 100644 (file)
@@ -107,7 +107,7 @@ describe('Banner / tooltip tests', function () {
 
         //banner appears on reload
         cy.waitForDom().get('[data-cy=confirmation-dialog]', {timeout: 10000}).should('be.visible');
-        cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
+        cy.get('[data-cy=confirmation-dialog-ok-btn]').click({force: true});
         cy.waitForDom().get('[data-cy=confirmation-dialog]', {timeout: 10000}).should('not.exist');
 
         cy.contains('This allows you to navigate through the app').should('not.exist'); // This content comes from tooltips.txt