Commit 692751dc authored by jif's avatar jif Committed by Commit bot

Disable PasswordsSettingsTestCase.testCopyPasswordToast on iOS.

TBR=sdefresne
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=718043

Review-Url: https://codereview.chromium.org/2861773002
Cr-Commit-Position: refs/heads/master@{#468985}
parent a5f87e7a
...@@ -339,7 +339,8 @@ id<GREYMatcher> CopyPasswordButton() { ...@@ -339,7 +339,8 @@ id<GREYMatcher> CopyPasswordButton() {
// Checks that attempts to copy a password provide appropriate feedback, // Checks that attempts to copy a password provide appropriate feedback,
// both when reauthentication succeeds and when it fails. // both when reauthentication succeeds and when it fails.
- (void)testCopyPasswordToast { // TODO(crbug.com/718043): Re-enable test.
- (void)DISABLED_testCopyPasswordToast {
[self scopedEnablePasswordManagementAndViewingUI]; [self scopedEnablePasswordManagementAndViewingUI];
// Saving a form is needed for using the "password details" view. // Saving a form is needed for using the "password details" view.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment