Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cypress’s BaseUrl to the new dev domain
All e2e tests started to fail when we went on in all environments. It’s not clear why the timeout however the cypress feedback trace quotes the old domain name: ``` 1) Manage Temporary Accommodation - Lost beds Marking a bedspace as void: AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Manage estate' within the element: <h1.govuk-heading-l> but never did. at _DashboardPage.checkOnPage (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:31898:24) at new _Page (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:31886:16) at new _DashboardPage (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:33288:11) at _Page.verifyOnPage (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:31889:18) at Context.eval (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:45737:36) at Registry.runStepDefininition (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:8566:48) at Object.fn (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:15014:43) at runStepWithLogGroup (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:14648:29) at Context.eval (https://temporary-accommodation-dev.hmpps.service.justice.gov.uk/__cypress/****s?p=e2e/****s/lostBed.feature:15010:62) ``` The running theory is that the redirect we’re now doing is causing these to not be a match.
- Loading branch information