17595: Fixed selection based on hash
[arvados-workbench2.git] / cypress / integration / favorites.spec.js
index e49d8b30af06decf54fa336e46bdadc77f93ce5d..6750650dc2789d66257463e4b37c9bbcf0e4fc70 100644 (file)
@@ -288,13 +288,13 @@ describe('Favorites tests', function () {
                             });
                     });
 
-                cy.get('label').contains('Files').parent('div')
+                cy.get('label').contains('#main/foo').parent('div')
                     .within(() => {
                         cy.contains('baz');
                         cy.contains('bar');
                     });
 
-                cy.get('label').contains('Collections').parent('div')
+                cy.get('label').contains('#main/bar').parent('div')
                     .within(() => {
                         cy.contains(testCollection.name);
                         cy.contains(testCollection2.name);