17308: Removes forgotten .only() call on integration test. 17308-property-editor-fixes
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 3 Feb 2021 19:46:58 +0000 (16:46 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 3 Feb 2021 19:46:58 +0000 (16:46 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

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();