Skip to content

Commit bb4256a

Browse files
authored
[Panther] Configure env PANTHER_DEVTOOLS=0
Following symfony/panther#675 and symfony/ux#2873, passing `PANTHER_DEVTOOLS=0` (it is enabled by default) fixes issues when using Chrome 137+. I agree this is not the best fix, surely something must be fixed upsteam, but for the moment, disabling devtools allows Panther to be usable again in some behaviors.
1 parent 79f2455 commit bb4256a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dotenv": {
2222
"test": {
2323
"PANTHER_APP_ENV": "panther",
24-
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
24+
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots",
25+
"PANTHER_DEVTOOLS": "0"
2526
}
2627
},
2728
"add-lines": [

0 commit comments

Comments
 (0)