[arvados-workbench2] updated: 2.6.0-114-g17149164
git repository hosting
git at public.arvados.org
Fri Sep 22 19:55:26 UTC 2023
Summary of changes:
cypress/integration/project.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 171491643aa3934ef9bd93fa1596fe5c386cedfc (commit)
from 8e6de8fb13348e6e0b0ab47d91ab65f99033e174 (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 171491643aa3934ef9bd93fa1596fe5c386cedfc
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Sep 22 15:55:22 2023 -0400
15768: removed errant .only from spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index 07df20ec..71721fd2 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("creates a new project with multiple properties", function () {
+ it("creates a new project with multiple 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