[ARVADOS-WORKBENCH2] updated: 2.1.0-217-g6a6a0ad3
Git user
git at public.arvados.org
Thu Feb 25 20:53:56 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6a6a0ad3791c3d93f9881db8dc5bb30827af0898 (commit)
from eadb2e4a0005b89cb2ca1977bb6f53652e911249 (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 6a6a0ad3791c3d93f9881db8dc5bb30827af0898
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Feb 25 21:53:17 2021 +0100
17337: Removed test restriction
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 6ac65497..dfc1c466 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -352,7 +352,7 @@ describe('Collection panel tests', function () {
});
});
- it.only('should display all filles within the collection even with the # sign within the file name', () => {
+ it('should display all filles within the collection even with the # sign within the file name', () => {
const colName = `Test Collection ${Math.floor(Math.random() * 999999)}`;
cy.createCollection(adminUser.token, {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list