[arvados] updated: 2.7.0-5826-g61f5c58ab3

git repository hosting git at public.arvados.org
Fri Jan 12 15:50:05 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/collection.spec.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  61f5c58ab3152947752f83e9af324cd3f0cc8f25 (commit)
      from  8d44d42284d6af763c4851a89ed8e3c2552f52e7 (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 61f5c58ab3152947752f83e9af324cd3f0cc8f25
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 10:49:59 2024 -0500

    21317: tweak collection spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/integration/collection.spec.js b/services/workbench2/cypress/integration/collection.spec.js
index 0af2e02572..2e409e58c9 100644
--- a/services/workbench2/cypress/integration/collection.spec.js
+++ b/services/workbench2/cypress/integration/collection.spec.js
@@ -32,7 +32,7 @@ describe("Collection panel tests", function () {
         cy.clearLocalStorage();
     });
 
-    it('shows the appropriate buttons in the toolbar', () => {
+    it.only('shows the appropriate buttons in the toolbar', () => {
 
         const msButtonTooltips = [
             'API Details',
@@ -63,6 +63,8 @@ describe("Collection panel tests", function () {
             cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
             cy.waitForDom()
             cy.get('[data-cy=data-table-row]').contains(name).should('exist').parent().parent().parent().parent().click()
+            const buttons = cy.get('[data-cy=multiselect-button]')
+            console.log(buttons) 
             cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1)
             for (let i = 0; i < msButtonTooltips.length; i++) {
                 cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list