[arvados] updated: 2.7.0-6210-g15f85151b4

git repository hosting git at public.arvados.org
Mon Mar 18 13:16:24 UTC 2024


Summary of changes:
 services/workbench2/cypress.config.ts                | 2 +-
 services/workbench2/cypress/e2e/banner-tooltip.cy.js | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

       via  15f85151b4a761603c6164cd4654657582dd9e0b (commit)
      from  a6f2e4ea0bf519125271141c154df7e0a245b082 (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 15f85151b4a761603c6164cd4654657582dd9e0b
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Mar 18 09:16:18 2024 -0400

    21600: testing wait removal Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress.config.ts b/services/workbench2/cypress.config.ts
index d5698b0bfb..d51294220e 100644
--- a/services/workbench2/cypress.config.ts
+++ b/services/workbench2/cypress.config.ts
@@ -17,7 +17,7 @@ export default defineConfig({
       return require('./cypress/plugins/index.js')(on, config)
     },
     baseUrl: 'https://localhost:3000/',
-    experimentalRunAllSpecs: true,
+    // experimentalRunAllSpecs: true,
     // The 2 options below make Electron crash a lot less and Firefox behave better
     experimentalMemoryManagement: true,
     numTestsKeptInMemory: 0,
diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
index ffb8b42129..1461cf027f 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('Banner / tooltip tests', function () {
+describe.only('Banner / tooltip tests', function () {
     let activeUser;
     let adminUser;
     let collectionUUID;
@@ -73,8 +73,7 @@ describe('Banner / tooltip tests', function () {
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
         cy.get('[title=Notifications]').click({ force: true });
-        cy.wait(1000);
-        cy.get('li').contains('Restore Banner').click({ force: true });
+        cy.get('li').should('contain', 'Restore Banner').click({ force: true });
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');
     });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list