16719: Fixes random test failures.
[arvados-workbench2.git] / cypress / integration / login.spec.js
index d88c7a6cfa7252a0825de0ba357a87c418947c14..8f97665556d9b16bd5d6b2491b3fb7739f46b65f 100644 (file)
@@ -84,6 +84,7 @@ describe('Login tests', function() {
         cy.url().should('contain', '/projects/');
         cy.get('div#root').should('contain', 'Arvados Workbench (zzzzz)');
         cy.get('div#root').should('not.contain', 'Your account is inactive');
+        cy.get('[data-cy=breadcrumb-first]');
         // Invalidate own token.
         const tokenUuid = activeUser.token.split('/')[1];
         cy.doRequest('PUT', `/arvados/v1/api_client_authorizations/${tokenUuid}`, {