DontPromptWhenEnableAutomaticPasswordSavingSwitchIsSet: Do not click on save.
commit4738ab41211f77bcde6d8a09c1b08e51c573cc8b
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 May 2014 17:18:06 +0000 (1 17:18 +0000)
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 May 2014 17:18:06 +0000 (1 17:18 +0000)
tree3655dadf9fa90fe5f4add46898377507949a9a15
parent2b5376897c5d21b15c350383f810a9e0bb975ae3
DontPromptWhenEnableAutomaticPasswordSavingSwitchIsSet: Do not click on save.

PasswordManagerBrowserTest.DontPromptWhenEnableAutomaticPasswordSavingSwitchIsSet needs to check in official builds, that passwords are not auto-saved. The default behaviour of the browser test is, that even if the save-password-prompt is shown, its "Save" button is clicked. As a result, the passwords get saved in the browser test even if auto-saving is off. This CL adds an override of that behaviour for the particular test for auto-saving.

The CL introducing the failing test was: https://codereview.chromium.org/256003003

BUG=368778,367690
TBR=rchtara@chromium.org,gcasto@chromium.org

Review URL: https://codereview.chromium.org/269573005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267556 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/password_manager/password_manager_browsertest.cc