From 68dd7aa9f941baf14717e7cd07e7f97510c6447d Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 3 Feb 2021 16:46:58 -0300 Subject: [PATCH] 17308: Removes forgotten .only() call on integration test. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- cypress/integration/project.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index 42d26d7a..69809b26 100644 --- a/cypress/integration/project.spec.js +++ b/cypress/integration/project.spec.js @@ -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(); -- 2.30.2