From 41b06aa91cc156dba92c763beeac741d249ffb01 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Mon, 4 Apr 2022 20:38:41 -0300 Subject: [PATCH] 18966: Removes it.only() call from a previous branch. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- 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 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 -- 2.30.2