From: Daniel Kutyła Date: Fri, 10 Sep 2021 19:19:25 +0000 (+0200) Subject: 17585: Removed it.only X-Git-Tag: 2.3.0~1^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/f911ca4c0128fe80259cdbc7061d89386f5f55c0 17585: Removed it.only Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/delete-multiple-files.spec.js b/cypress/integration/delete-multiple-files.spec.js index f01eeccf..b506fb3d 100644 --- a/cypress/integration/delete-multiple-files.spec.js +++ b/cypress/integration/delete-multiple-files.spec.js @@ -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,