Open MikeMcC399 opened 1 month ago
@MikeMcC399 Yah this is not the best wording. I would just remove the 'Webkit is enabled, but ' part entirely
@jennifer-shehane
I would just remove the 'Webkit is enabled, but ' part entirely
Changing the text would remove the inconsistency in the error message, however the bigger question is why it's trying to find the WebKit browser when WebKit is disabled.
Current behavior
Although
experimentalWebKitSupport
is undefined and defaults tofalse
DEBUG
setting withcypress:server:browsers:utils
logs an errorDesired behavior
If
experimentalWebKitSupport
is undefined or set to tofalse
, there should be no WebKit browser error in the debug logs. This is a misleading message.Test code to reproduce
Execute:
Cypress Version
13.14.2
Node version
v20.17.0
LTSOperating System
Ubuntu
22.04.5
LTSDebug Logs
Other
No response