From 1d0bb953a83891cab9a5dc38eae8e60fad3ea42c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Wed, 17 Feb 2021 22:13:46 +0100 Subject: [PATCH] 17306: Code cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła 01~ --- cypress/integration/favorites.spec.js | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.30.2