When having a global storageState defined inside the config and the customer uses test.use({ storageState: undefined }) it will keep the global storageState instead of disabling the storageState.
This was working fine in 1.24 and broke most likely in #16026.
Filed in Slack here: https://playwright.slack.com/archives/CSUHZPVLM/p1663240303835349
Relates #15977
When having a global storageState defined inside the config and the customer uses
test.use({ storageState: undefined })it will keep the global storageState instead of disabling the storageState.This was working fine in 1.24 and broke most likely in #16026.
Filed in Slack here: https://playwright.slack.com/archives/CSUHZPVLM/p1663240303835349
Relates #15977