X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d44d42284d6af763c4851a89ed8e3c2552f52e7..e5b8b03317deca9ecf858a9fb5695c2e665a7a59:/services/workbench2/cypress/integration/collection.spec.js diff --git a/services/workbench2/cypress/integration/collection.spec.js b/services/workbench2/cypress/integration/collection.spec.js index 0af2e02572..32349ab884 100644 --- a/services/workbench2/cypress/integration/collection.spec.js +++ b/services/workbench2/cypress/integration/collection.spec.js @@ -63,7 +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() - cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1) + cy.waitForDom() + cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length) 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')