[arvados] updated: 2.7.0-6207-g98aed15ea3

git repository hosting git at public.arvados.org
Fri Mar 15 19:37:58 UTC 2024


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

       via  98aed15ea3c1625a16154546cf87adc9f046f48b (commit)
      from  054aea6a43e28ecbeb04c98bb5dff4b19f61644e (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 98aed15ea3c1625a16154546cf87adc9f046f48b
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Mar 15 15:37:54 2024 -0400

    21600: added only for testing 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 6fbc0118ec..6ec6e0aa9b 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -67,7 +67,7 @@ describe('Banner / tooltip tests', function () {
         });
     });
 
-    it('should re-show the banner', () => {
+    it.only('should re-show the banner', () => {
         cy.loginAs(adminUser);
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
@@ -80,7 +80,7 @@ describe('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.get('[data-cy=side-panel-tree]').then(($el) => {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list