17337: Removed 'only' test restriction
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Thu, 25 Mar 2021 08:15:24 +0000 (09:15 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Thu, 25 Mar 2021 08:15:24 +0000 (09:15 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/collection.spec.js

index 6bfe55814e345414a3759b447a3b0403034cd331..8c002362f2d7b20726ac9c006415e330b8890f3d 100644 (file)
@@ -170,7 +170,7 @@ describe('Collection panel tests', function () {
         })
     })
 
-    it.only('renames a file using valid names', function () {
+    it('renames a file using valid names', function () {
         function eachPair(lst, func){
             for(var i=0; i < lst.length - 1; i++){
                 func(lst[i], lst[i + 1])