From 6a6c17ba2b6936a2723d2c3698f8ef10ad8eec3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Thu, 25 Mar 2021 09:15:24 +0100 Subject: [PATCH] 17337: Removed 'only' 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 6bfe5581..8c002362 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -170,7 +170,7 @@ describe('Collection panel tests', function () { }) }) - it.only('renames a file using valid names', function () { + it('renames a file using valid names', function () { function eachPair(lst, func){ for(var i=0; i < lst.length - 1; i++){ func(lst[i], lst[i + 1]) -- 2.30.2