16971: Fixed issue in other places
[arvados-workbench2.git] / cypress / integration / favorites.spec.js
index 1f8fe41cbed129e869d1479b9343c2dda835175e..6c2116cf87c82071d9bfcfb9af02f04daa6ca58b 100644 (file)
@@ -132,7 +132,7 @@ describe('Favorites tests', function () {
             });
     });
 
-    it.only('can edit project in favorites', () => {
+    it('can edit project and collections in favorites', () => {
         cy.createProject({
             owningUser: adminUser,
             targetUser: activeUser,
@@ -148,8 +148,6 @@ describe('Favorites tests', function () {
             cy.addToFavorites(activeUser.token, activeUser.user.uuid, testTargetCollection.uuid);
         });
 
-
-
         cy.getAll('@mySharedWritableProject', '@testTargetCollection')
             .then(function ([mySharedWritableProject, testTargetCollection]) {
                 cy.loginAs(activeUser);