[arvados-workbench2] created: 2.7.0-251-g4dead017

git repository hosting git at public.arvados.org
Mon Dec 4 23:09:23 UTC 2023


        at  4dead017bd3f64f1e0f56af57b611bb94918ca42 (commit)


commit 4dead017bd3f64f1e0f56af57b611bb94918ca42
Author: Stephen Smith <stephen at curii.com>
Date:   Mon Dec 4 18:08:43 2023 -0500

    19675: Remove timeout that breaks cypress test
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/cypress/support/commands.js b/cypress/support/commands.js
index 1682a8a8..c9170bb3 100644
--- a/cypress/support/commands.js
+++ b/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({ timeout: 10000 }).should("contain", "/projects/");
+    cy.url().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