diff --git a/cypress/pages/demo.ts b/cypress/pages/demo.ts index 906d7a8cca8b9..0590fb8def03e 100644 --- a/cypress/pages/demo.ts +++ b/cypress/pages/demo.ts @@ -4,7 +4,7 @@ export function vistDemoPage(theme?: 'dark' | 'light') { const query = theme ? `?theme=${theme}` : ''; - cy.visit(this.url + query); + cy.visit('/workflows/demo' + query); cy.waitForLoad(); cy.window().then((win) => { // @ts-ignore