19051: Removed 'only' from the Cypress test
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Thu, 15 Sep 2022 18:23:29 +0000 (20:23 +0200)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Thu, 15 Sep 2022 18:23:29 +0000 (20:23 +0200)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/search.spec.js

index cbb091fdefc116651fdf0cd7b8544e2acff6ea84..97a332fa61ac085a20ad0211ac0e70a4254dcb88 100644 (file)
@@ -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}`;