[arvados] updated: 2.7.0-6216-g90e381d039

git repository hosting git at public.arvados.org
Mon Mar 18 20:14:16 UTC 2024


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

       via  90e381d039560715c179b09445686fca8c5e3951 (commit)
      from  2f900a73e2a928f7b998e799d9d3fe13727e9edf (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 90e381d039560715c179b09445686fca8c5e3951
Author: Stephen Smith <stephen at curii.com>
Date:   Mon Mar 18 16:14:07 2024 -0400

    21600: only test banner
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
index 45ffaa44b7..785edf8ee8 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -67,7 +67,7 @@ describe.only('Banner / tooltip tests', function () {
         });
     });
 
-    it('should re-show the banner', () => {
+    it.only('should re-show the banner', () => {
         cy.loginAs(adminUser);
         cy.waitForDom();
 
@@ -82,7 +82,7 @@ describe.only('Banner / tooltip tests', function () {
     });
 
 
-    it('should show tooltips and remove tooltips as localStorage key is present', () => {
+    it.only('should show tooltips and remove tooltips as localStorage key is present', () => {
         cy.loginAs(adminUser);
         cy.waitForDom();
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list