17585: Removed it.only
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Fri, 10 Sep 2021 19:19:25 +0000 (21:19 +0200)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Fri, 10 Sep 2021 19:19:25 +0000 (21:19 +0200)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

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,