Skip to content

Commit caa1d48

Browse files
committed
[cypress,e2e,fix]: corrected cypress path;
1 parent d39955b commit caa1d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/load.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('loading webpage', () => {
22
it('load landing page', () => {
3-
cy.visit('http://localhost:3000/react-pipeline');
3+
cy.visit('http://localhost:5173/react-pipeline/');
44
});
55
});

0 commit comments

Comments
 (0)