From 9cd0c2757db479fb75e150d52d4871d9a88af364 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Thu, 15 Sep 2022 20:23:29 +0200 Subject: [PATCH] 19051: Removed 'only' from the Cypress test 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/search.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js index cbb091fd..97a332fa 100644 --- a/cypress/integration/search.spec.js +++ b/cypress/integration/search.spec.js @@ -105,7 +105,7 @@ describe('Search tests', function() { }); }); - it.only('can search items using quotes', function() { + it('can search items using quotes', function() { const random = Math.floor(Math.random() * Math.floor(999999)); const colName = `Collection ${random}`; const colName2 = `Collection test ${random}`; -- 2.30.2