Skip to content

Commit

Permalink
Remove /design-system/ path
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Sep 26, 2024
1 parent cb35f38 commit eda1ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Starts web server for E2E tests - replace with your own server invocation
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
start: yarn start
wait-on: 'http://localhost:4000/design-system' # Waits for above
wait-on: 'http://localhost:4000' # Waits for above
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
record: true
Expand Down

0 comments on commit eda1ffd

Please sign in to comment.