From: Daniel Kutyła Date: Thu, 15 Sep 2022 18:23:29 +0000 (+0200) Subject: 19051: Removed 'only' from the Cypress test X-Git-Tag: 2.5.0~37^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/9cd0c2757db479fb75e150d52d4871d9a88af364?ds=sidebyside 19051: Removed 'only' from the Cypress test Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- 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}`;