[arvados-workbench2] updated: 2.6.3-58-g2d595a35

git repository hosting git at public.arvados.org
Fri Aug 18 22:27:50 UTC 2023


Summary of changes:
 cypress/integration/project.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  2d595a358546ba3da4f0222310bdd5bc1dfdda3e (commit)
      from  03dbc22677f926e3480d2471fc85d02444d46a5e (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 2d595a358546ba3da4f0222310bdd5bc1dfdda3e
Author: Stephen Smith <stephen at curii.com>
Date:   Fri Aug 18 18:27:33 2023 -0400

    19991: Switch localhost for 127.0.0.1 due to wb url change
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index eff4d4e9..fd14cc42 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -554,7 +554,7 @@ describe('Project tests', function() {
         cy.get('[data-cy=context-menu]').contains('Copy to clipboard').click();
         cy.window().then((win) => (
             win.navigator.clipboard.readText().then((text) => {
-                expect(text).to.match(/https\:\/\/localhost\:[0-9]+\/projects\/[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{15}/,);
+                expect(text).to.match(/https\:\/\/127\.0\.0\.1\:[0-9]+\/projects\/[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{15}/,);
             })
         ));
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list