[ARVADOS-WORKBENCH2] updated: 2.3.0-229-g41b06aa9

Git user git at public.arvados.org
Mon Apr 4 23:39:12 UTC 2022


Summary of changes:
 cypress/integration/search.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  41b06aa91cc156dba92c763beeac741d249ffb01 (commit)
      from  08c3068f2fb8fe2e2e651951b961e2e88de1ffb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 41b06aa91cc156dba92c763beeac741d249ffb01
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Mon Apr 4 20:38:41 2022 -0300

    18966: Removes it.only() call from a previous branch.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list