Merge branch '19793-collection-back' refs #19793
[arvados-workbench2.git] / cypress / integration / side-panel.spec.js
index e187d533ead19b2b43e9ed01aae24215f84c4955..92181150edddd2f07c2e67a56e63ec03327732ce 100644 (file)
@@ -65,7 +65,7 @@ describe('Side panel tests', function() {
             {url: '/all_processes', label: 'All Processes'},
             {url: '/trash', label: 'Trash'},
         ].map(function(section) {
-            cy.goToPath(section.url);
+            cy.waitForDom().goToPath(section.url);
             cy.get('[data-cy=breadcrumb-first]')
                 .should('contain', section.label);
             cy.get('[data-cy=side-panel-button]')