Skip to content

Commit

Permalink
Reenable deep linking PACT Act test after devops change
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Nov 8, 2023
1 parent 22a85bb commit 9c78fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ROUTES } from '../../../constants';
// target the shadow DOM
// Skipping temporarily while we do a URL change in devops (this will fail until that change is implemented)
// To be un-skipped on Wednesday, Nov 8
xdescribe('PACT Act', () => {
describe('PACT Act', () => {
describe('During both of these time periods - deep linking', () => {
it('redirects to home when the service period page is loaded without the right criteria', () => {
cy.visit(`${h.ROOT}/${ROUTES.SERVICE_PERIOD}`);
Expand Down

0 comments on commit 9c78fe7

Please sign in to comment.