[arvados] updated: 2.7.0-5825-g8d44d42284

git repository hosting git at public.arvados.org
Fri Jan 12 15:36:43 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/collection.spec.js | 2 +-
 services/workbench2/cypress/integration/process.spec.js    | 2 +-
 services/workbench2/cypress/integration/workflow.spec.js   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

       via  8d44d42284d6af763c4851a89ed8e3c2552f52e7 (commit)
      from  40389b659fb332fcbe71d6348b1557b65c97da2b (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 8d44d42284d6af763c4851a89ed8e3c2552f52e7
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 10:36:37 2024 -0500

    21317: tweak process workflow and collection specs 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 54c570f7c4..0af2e02572 100644
--- a/services/workbench2/cypress/integration/collection.spec.js
+++ b/services/workbench2/cypress/integration/collection.spec.js
@@ -63,7 +63,7 @@ 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()
-            cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
+            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');
                 cy.get('body').contains(msButtonTooltips[i]).should('exist')
diff --git a/services/workbench2/cypress/integration/process.spec.js b/services/workbench2/cypress/integration/process.spec.js
index 9ea026b990..664d0420f5 100644
--- a/services/workbench2/cypress/integration/process.spec.js
+++ b/services/workbench2/cypress/integration/process.spec.js
@@ -123,7 +123,7 @@ describe("Process tests", function () {
                 cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
                 cy.waitForDom()
                 cy.get('[data-cy=data-table-row]').contains(containerRequest.name).should('exist').parent().parent().parent().parent().click()
-                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
+                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');
                     cy.get('body').contains(msButtonTooltips[i]).should('exist')
diff --git a/services/workbench2/cypress/integration/workflow.spec.js b/services/workbench2/cypress/integration/workflow.spec.js
index 844e87d8de..3a2bf9de6b 100644
--- a/services/workbench2/cypress/integration/workflow.spec.js
+++ b/services/workbench2/cypress/integration/workflow.spec.js
@@ -283,7 +283,7 @@ describe('Registered workflow panel tests', function() {
                 cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
                 cy.waitForDom()
                 cy.get('[data-cy=data-table-row]').contains(workflowResource.name).should('exist').parent().parent().parent().click()
-                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
+                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');
                         cy.get('body').contains(msButtonTooltips[i]).should('exist')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list