Commit 1a9ee04b authored by Stepan Khapugin's avatar Stepan Khapugin Committed by Commit Bot

[ios] Reenable failing find in page eg2 tests

This reverts commit f1623afd.

Change-Id: I3ce313b7492c18b0fdb257165e4ff258dcf3b1f7
Bug: 1026579
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942687Reviewed-by: default avatarDavid Jean <djean@chromium.org>
Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720154}
parent c6c8879f
......@@ -101,13 +101,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
// Tests that find in page allows iteration between search results and displays
// correct number of results.
#if defined(CHROME_EARL_GREY_2)
// TODO(crbug.com/1026579): Enable the tests once the bug is fixed
- (void)FLAKY_testFindInPage {
#else
- (void)testFindInPage {
#endif
// Type "find".
[self typeFindInPageText:@"find"];
// Should be highlighting result 1 of 2.
......@@ -124,12 +118,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
// Tests that Find In Page search term retention is working as expected, e.g.
// the search term is persisted between FIP runs, but in incognito search term
// is not retained and not autofilled.
#if defined(CHROME_EARL_GREY_2)
// TODO(crbug.com/1026579): Enable the tests once the bug is fixed
- (void)FLAKY_testFindInPageRetainsSearchTerm {
#else
- (void)testFindInPageRetainsSearchTerm {
#endif
// Type "find".
[self typeFindInPageText:@"find"];
[self assertResultStringIsResult:1 outOfTotal:2];
......@@ -169,12 +158,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
}
// Tests accessibility of the Find in Page screen.
#if defined(CHROME_EARL_GREY_2)
// TODO(crbug.com/1026579): Enable the tests once the bug is fixed
- (void)FLAKY_testAccessibilityOnFindInPage {
#else
- (void)testAccessibilityOnFindInPage {
#endif
[self typeFindInPageText:@"find"];
// Wait for UI to finish loading screen, before programatically verifying
......
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