Commit c6b3fa1
authored
test(nuxt): Fix nuxt-4 dev E2E test (#18737)
I was under the assumption that playwright will wait for the port `3030`
to start testing (as it is configured like this). But it seems like
playwright already starts testing when only the temporary port `3035` is
available.
This fix runs the bash script first and only then starts playwright.
Closes #187281 parent 5901e70 commit c6b3fa1
3 files changed
Lines changed: 3 additions & 6 deletions
File tree
- dev-packages/e2e-tests/test-applications/nuxt-4
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments