17415: Removed console.log, used goToPath
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index f3de8cd4adb20aff5deb77315bb59f4fc55bd870..5bad87b3e7f4bee8256a0e515963a32f454bbcdd 100644 (file)
@@ -40,7 +40,7 @@ describe('Collection panel tests', function () {
         })
         .as('testCollection').then(function (testCollection) {
             cy.loginAs(activeUser);
-            cy.doSearch(`${testCollection.uuid}`);
+            cy.goToPath(`/collections/${testCollection.uuid}`);
 
             cy.get('[data-cy=collection-panel-options-btn]').click();
             cy.get('[data-cy=context-menu]').contains('Open as network folder or S3 bucket').click();