Skip to content

Commit

Permalink
test: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Nov 2, 2023
1 parent 1b2b0a4 commit 25fba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pages/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25fba3f

Please sign in to comment.