X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f83fcd45b4b23db2bb5bb4afbe1e863ebd77ec6..3433f306caf560017377b32adf7a23842ba9ab31:/services/workbench2/cypress/integration/side-panel.spec.js diff --git a/services/workbench2/cypress/integration/side-panel.spec.js b/services/workbench2/cypress/integration/side-panel.spec.js index e187d533ea..92181150ed 100644 --- a/services/workbench2/cypress/integration/side-panel.spec.js +++ b/services/workbench2/cypress/integration/side-panel.spec.js @@ -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]')