You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cli): fix launcher tests for specFileRetries -1 initialization (webdriverio#14998)
PR webdriverio#14859 changed specFileRetries initialization to -1 (unknown) to
allow beforeSession hook to override it. The tests were not updated
and still expected the config values (2, 3).
This updates the test assertions to expect -1, matching the new
initialization behavior.
0 commit comments