[arvados] updated: 2.7.0-6208-g328867d29f

git repository hosting git at public.arvados.org
Fri Mar 15 20:06:56 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/banner-tooltip.cy.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  328867d29fbb26ad09037753a6dd2dcdf134beef (commit)
      from  98aed15ea3c1625a16154546cf87adc9f046f48b (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 328867d29fbb26ad09037753a6dd2dcdf134beef
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Mar 15 16:06:45 2024 -0400

    21600: added 3 second wait 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 6ec6e0aa9b..285875e87f 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;
@@ -67,20 +67,20 @@ describe('Banner / tooltip tests', function () {
         });
     });
 
-    it.only('should re-show the banner', () => {
+    it('should re-show the banner', () => {
         cy.loginAs(adminUser);
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
         cy.get('[title=Notifications]').click({ force: true });
-        cy.waitForDom();
+        cy.wait(3000);
         cy.get('li').contains('Restore Banner').click({ force: true });
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');
     });
 
 
-    it.only('should show tooltips and remove tooltips as localStorage key is present', () => {
+    it('should show tooltips and remove tooltips as localStorage key is present', () => {
         cy.loginAs(adminUser);
 
         cy.get('[data-cy=side-panel-tree]').then(($el) => {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list