Merge branch '21452-fuse-filters'
[arvados.git] / services / workbench2 / cypress / integration / collection.spec.js
index 2a5c5343c9c7b9ad378a544970611d5c04d49c57..32349ab884a3a0739e280f087452759cb67613a2 100644 (file)
@@ -28,7 +28,6 @@ describe("Collection panel tests", function () {
     });
 
     beforeEach(function () {
-        cy.viewport(1920, 1080)
         cy.clearCookies();
         cy.clearLocalStorage();
     });
@@ -64,6 +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.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');