X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32d7c9cf30412f9a79cacf87e938784cfdff0fa5..121165a587c43edfab0431aa1685dd8975a71e88:/cypress/integration/project.spec.js diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index eff4d4e9f1..fd14cc4226 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}/,); }) ));