[ARVADOS-WORKBENCH2] updated: 2.2.1-78-gf911ca4c
Git user
git at public.arvados.org
Fri Sep 10 19:19:55 UTC 2021
Summary of changes:
cypress/integration/delete-multiple-files.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f911ca4c0128fe80259cdbc7061d89386f5f55c0 (commit)
from 9054e09b4751fb7dfb2fa8837f5febb8da5a7eb8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f911ca4c0128fe80259cdbc7061d89386f5f55c0
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Fri Sep 10 21:19:25 2021 +0200
17585: Removed it.only
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
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,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list