17306: Code cleanup
[arvados-workbench2.git] / cypress / integration / favorites.spec.js
index 13beed7a15b1d06c7ec80539f09d762128900c3c..d6055adde7a24b77d12f5b2b63bfa0325b1e668a 100644 (file)
@@ -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();