18549: Layout fixed, tests updated
[arvados-workbench2.git] / cypress / integration / delete-multiple-files.spec.js
index f01eeccfe0ccf6ecf6fda053ed5545e10667b583..b506fb3d6874b25e9fd16085d5da090e22b48be1 100644 (file)
@@ -75,7 +75,7 @@ describe('Multi-file deletion tests', function () {
             });
     });
 
-    it.only('deletes all files from non root dir', function () {
+    it('deletes all files from non root dir', function () {
         cy.createCollection(adminUser.token, {
             name: `Test collection ${Math.floor(Math.random() * 999999)}`,
             owner_uuid: activeUser.user.uuid,