17782: Fixes cypress tests.
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index 797a9d49fedf4838a8dfdc2619600a644dcbbe40..f3b63218de0901d39472368429bd9c2df51e6072 100644 (file)
@@ -586,7 +586,7 @@ describe('Collection panel tests', function () {
         cy.get('[data-cy=breadcrumb-last]').should('contain', collName);
     });
 
-    it.only('shows responsible person for collection if available', () => {
+    it('shows responsible person for collection if available', () => {
         cy.createCollection(adminUser.token, {
             name: `Test collection ${Math.floor(Math.random() * 999999)}`,
             owner_uuid: activeUser.user.uuid,