Skip to content

Commit 696d5cd

Browse files
committed
fix: update Cypress wait-on URL to match base path
1 parent d931838 commit 696d5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: cypress-io/github-action@v6
4040
with:
4141
start: yarn preview --port 5173
42-
wait-on: 'http://localhost:5173'
42+
wait-on: 'http://localhost:5173/test-abb/'
4343
wait-on-timeout: 60 # Robustness: Increased timeout to prevent false positives on slower runners
4444

4545
- name: Upload Build Artifact

0 commit comments

Comments
 (0)