[ARVADOS-WORKBENCH2] updated: 2.1.0-187-g68dd7aa9
Git user
git at public.arvados.org
Wed Feb 3 19:47:32 UTC 2021
Summary of changes:
cypress/integration/project.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 68dd7aa9f941baf14717e7cd07e7f97510c6447d (commit)
from ab4d35c36e17299467b0007cfd2a89cd0287860a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 68dd7aa9f941baf14717e7cd07e7f97510c6447d
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Feb 3 16:46:58 2021 -0300
17308: Removes forgotten .only() call on integration test.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
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();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list