Commit 840d8858 authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

[iOS] Enabling FirstRunTestCase.testDismissFirstRun

This test has been disabled for a timeout raison. This cannot be
reproduced.
The test failed twice on ios13-beta-simulator in setup phase
which is not related to the test.
So the test can be re-enabled.

Fixed: 1055457
Change-Id: Ib51ab730bb08171fe1c57896ea558bb9ba4a0375
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083472
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Auto-Submit: Jérôme Lebel <jlebel@chromium.org>
Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746318}
parent 7f4bd4fc
......@@ -119,9 +119,7 @@ id<GREYMatcher> SkipSigninButton() {
}
// Dismisses the first run screens.
// TODO(crbug.com/1055457): Re-enable after updating tests. Button has
// unexpected text.
- (void)DISABLED_testDismissFirstRun {
- (void)testDismissFirstRun {
[FirstRunAppInterface showFirstRunUI];
[[EarlGrey selectElementWithMatcher:FirstRunOptInAcceptButton()]
......
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