Commit 92872e5
committed
minor symfony#2873 [Tests] Fix functional tests Turbo (Kocal)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Tests] Fix functional tests Turbo
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Docs? | no <!-- required for new features -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Maybe I went to quick on symfony#2867, maybe using `<server>` instead of `<env>` matters...
**EDIT:** it seems that Turbo functional tests were broken since few weeks / months now, because of Chrome 137, see symfony/panther#675.
Passing `PANTHER_DEVTOOLS=0` worked like a charm.
Commits
-------
9b42f13 [Tests] Fix functional tests TurboFile tree
2 files changed
+10
-1
lines changed- .github/workflows
- src/Turbo
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments