From: Daniel Kutyła Date: Wed, 17 Feb 2021 21:13:46 +0000 (+0100) Subject: 17306: Code cleanup X-Git-Tag: 2.1.2~1^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/1d0bb953a83891cab9a5dc38eae8e60fad3ea42c 17306: Code cleanup Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła 01~ --- diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js index 13beed7a..d6055add 100644 --- a/cypress/integration/favorites.spec.js +++ b/cypress/integration/favorites.spec.js @@ -160,8 +160,6 @@ describe('Favorites tests', function () { cy.getAll('@testSourceCollection', '@testTargetCollection') .then(function ([testSourceCollection, testTargetCollection]) { - cy.loginAs(activeUser); - cy.get('.layout-pane-primary') .contains('Projects').click();