[arvados] updated: 2.7.0-5349-g3bea410bc6
git repository hosting
git at public.arvados.org
Tue Nov 14 04:53:21 UTC 2023
Summary of changes:
services/workbench2/cypress/support/commands.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3bea410bc6f2bde352cb351c9065ee1c46f1b631 (commit)
from f5fd7e2dc13b912e1032a54119f3fb60973f77e2 (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 3bea410bc6f2bde352cb351c9065ee1c46f1b631
Author: Tom Clegg <tom at curii.com>
Date: Mon Nov 13 23:53:03 2023 -0500
18874: Try a different login timeout.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/services/workbench2/cypress/support/commands.js b/services/workbench2/cypress/support/commands.js
index c9170bb338..135f9cfd6d 100644
--- a/services/workbench2/cypress/support/commands.js
+++ b/services/workbench2/cypress/support/commands.js
@@ -352,7 +352,7 @@ Cypress.Commands.add("loginAs", user => {
cy.clearCookies();
cy.clearLocalStorage();
cy.visit(`/token/?api_token=${user.token}`);
- cy.url().should("contain", "/projects/");
+ cy.url({ timeout: 15000 }).should("contain", "/projects/");
cy.get("div#root").should("contain", "Arvados Workbench (zzzzz)");
cy.get("div#root").should("not.contain", "Your account is inactive");
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list