[arvados-workbench2] updated: 2.7.0-252-g038d67a8
git repository hosting
git at public.arvados.org
Tue Dec 5 15:45:00 UTC 2023
Summary of changes:
cypress/integration/process.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 038d67a8c9ebf8a462774e9b870e7f1603c01959 (commit)
from 70478632ee0785d3e91cc9860e0488d3a5e3d146 (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 038d67a8c9ebf8a462774e9b870e7f1603c01959
Author: Stephen Smith <stephen at curii.com>
Date: Tue Dec 5 10:44:40 2023 -0500
19675: Use adminuser for process value test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/process.spec.js b/cypress/integration/process.spec.js
index 7f2936c7..5cb6b094 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -1398,14 +1398,14 @@ describe("Process tests", function () {
});
createContainerRequest(
- activeUser,
+ adminUser,
"test_container_request",
"arvados/jobs",
["echo", "hello world"],
false,
"Committed"
).then((containerRequest) => {
- cy.loginAs(activeUser);
+ cy.loginAs(adminUser);
cy.goToPath(`/processes/${containerRequest.uuid}`);
cy.get("[data-cy=process-io-card] h6")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list