Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
richpjames authored and richpjames committed Aug 5, 2024
1 parent 41156bf commit 3f60bea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/integration/video/video-page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ describe("Video Page", () => {
beforeEach(() =>
cy
.fixture("initialisedState")
.then((initialisedState) =>
cy.visit("/murmur-reading-series/episode-two")
)
.then((initialisedState) => cy.visit("/occasions/two"))
);
it("test correct information is shown for product", () => {
cy.get("h1")
Expand Down

0 comments on commit 3f60bea

Please sign in to comment.