[arvados] updated: 2.7.0-5343-g4f06e4dc7e

git repository hosting git at public.arvados.org
Fri Nov 10 16:21:54 UTC 2023


Summary of changes:
 services/workbench2/cypress/support/commands.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4f06e4dc7e9eb5ad04703dbbaa47370e6baeb9a1 (commit)
      from  6ff39245b93dd55e60c7433af64f2244b0091c6e (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 4f06e4dc7e9eb5ad04703dbbaa47370e6baeb9a1
Author: Tom Clegg <tom at curii.com>
Date:   Fri Nov 10 11:21:23 2023 -0500

    18874: Remove timeout on cy.url().
    
    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 1682a8a814..c9170bb338 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({ 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