[arvados] updated: 2.7.0-6213-gd3c7699ee3

git repository hosting git at public.arvados.org
Mon Mar 18 15:02:18 UTC 2024


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

       via  d3c7699ee377c4298779369c24e56c8019b599a1 (commit)
      from  e2f4f1c30dfeff4261333fd65a4c521acc098804 (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 d3c7699ee377c4298779369c24e56c8019b599a1
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Mar 18 11:02:11 2024 -0400

    21600: changed tooltip expectation 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 b894391282..a8b2107958 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -84,7 +84,7 @@ describe('Banner / tooltip tests', function () {
 
         cy.get('[data-cy=side-panel-tree]').then(($el) => {
             const el = $el.get(0) //native DOM element
-            expect(el._tippy).to.exist;
+            expect(el._tippy).to.not.be.undefined;
         });
 
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list