17308: Removes forgotten .only() call on integration test.
[arvados-workbench2.git] / cypress / integration / project.spec.js
index 42d26d7ab7cbf3cb28d5028d1b1775484ca48a4d..69809b260e9be53a892fa6acc616fa0b33e8f449 100644 (file)
@@ -28,7 +28,7 @@ describe('Project tests', function() {
         cy.clearLocalStorage();
     });
 
-    it.only('adds creates a new project with properties', function() {
+    it('adds creates a new project with properties', function() {
         const projName = `Test project (${Math.floor(999999 * Math.random())})`;
         cy.loginAs(activeUser);
         cy.get('[data-cy=side-panel-button]').click();