-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Quick Description
With the recent chrome version we get a popup for some username/password combinations "your password has been exposed in a data breach on a website or app you previously used. Whilst this seem to be a valid security concern it's blocking test automation.
In test automation we often see closed test system, with wacko credentials like admin/password.
To ensure test automation is not blocked we need to find a way to suppress this popup most likely an parameter/command line argument for chrome.
Please investigate this issue.
Actual Behaviour
If I use any user credentials on a test system (preferably a closed system) all given user credentials should work if they are valid.
Expected Behaviour
If I use some user credentials on a test system I get a warning about a security breach, blocking the automation process.