16719: Don't try to click something to force logout, just reload the page.
[arvados-workbench2.git] / cypress / integration / login.spec.js
index d88c7a6cfa7252a0825de0ba357a87c418947c14..25c8cd4b8a4179cf9f60ad2e7905e8204fac4788 100644 (file)
@@ -93,7 +93,7 @@ describe('Login tests', function() {
             })
         }, null, activeUser.token, true);
         // Should log the user out.
-        cy.get('[data-cy=breadcrumb-first]').click();
+        cy.visit('/');
         cy.get('div#root').should('contain', 'Please log in');
     })