We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10435d commit 22edabcCopy full SHA for 22edabc
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: cypress-io/github-action@v6
47
with:
48
project: ./playgrounds/autocomplete
49
- wait-on: 'http://localhost:7700'
+ wait-on: 'http://localhost:7700,http://localhost:5173'
50
# Tests are only done on one playground to avoid long testing time
51
# TODO: This is a flaky one, it is not awaited before cypress starts running tests
52
start: yarn playground:autocomplete
0 commit comments