From 6a6a0ad3791c3d93f9881db8dc5bb30827af0898 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Thu, 25 Feb 2021 21:53:17 +0100 Subject: [PATCH] 17337: Removed test restriction MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/collection.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { -- 2.30.2