Merge branch '21452-fuse-filters'
[arvados.git] / services / workbench2 / cypress / integration / collection.spec.js
index 0af2e02572a4c46f021412be4ff1e09e2a5f9e09..32349ab884a3a0739e280f087452759cb67613a2 100644 (file)
@@ -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')