17415: Fixed wrong hostname in generated duck file
[arvados.git] / cypress / integration / collection.spec.js
index f5f44b851350d6cf63ecbdda641d5fd8e828b9a5..fa3ad8e6a3b2815ebea4c57dc77813e7fe29e3ba 100644 (file)
@@ -32,7 +32,7 @@ describe('Collection panel tests', function () {
         cy.clearLocalStorage();
     });
 
-    it.only('allows to download mountain duck config for a collection', () => {
+    it('allows to download mountain duck config for a collection', () => {
         cy.createCollection(adminUser.token, {
             name: `Test collection ${Math.floor(Math.random() * 999999)}`,
             owner_uuid: activeUser.user.uuid,