[arvados] updated: 2.7.0-5824-g40389b659f

git repository hosting git at public.arvados.org
Fri Jan 12 15:22:21 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/project.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  40389b659fb332fcbe71d6348b1557b65c97da2b (commit)
      from  9fb0741fb5dc74d7142c1d7b217ba60c242c3266 (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 40389b659fb332fcbe71d6348b1557b65c97da2b
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 10:22:16 2024 -0500

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

diff --git a/services/workbench2/cypress/integration/project.spec.js b/services/workbench2/cypress/integration/project.spec.js
index e6185c108e..8a95ea0d9f 100644
--- a/services/workbench2/cypress/integration/project.spec.js
+++ b/services/workbench2/cypress/integration/project.spec.js
@@ -213,7 +213,7 @@ describe("Project tests", function () {
         cy.go('back')
 
         cy.get('[data-cy=data-table-row]').contains(projName).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