X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b3b7bc4a913960c0dd1cba50eb690534b15b37b4..b4f14437823e9201e9cd952a4f6f3b1502b583bd:/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}/,); }) ));