19051: Removed 'only' from the Cypress test
[arvados-workbench2.git] / 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}`;