From: Lucas Di Pentima Date: Mon, 4 Apr 2022 23:38:41 +0000 (-0300) Subject: 18966: Removes it.only() call from a previous branch. X-Git-Tag: 2.4.0^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/41b06aa91cc156dba92c763beeac741d249ffb01 18966: Removes it.only() call from a previous branch. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js index 403516b3..491292be 100644 --- a/cypress/integration/search.spec.js +++ b/cypress/integration/search.spec.js @@ -82,7 +82,7 @@ describe('Search tests', function() { }); }); - it.only('can display path of the selected item', function() { + it('can display path of the selected item', function() { const colName = `Collection ${Math.floor(Math.random() * Math.floor(999999))}`; // Creates the collection using the admin token so we can set up