Commit 56845ee8 authored by David Jean's avatar David Jean Committed by Commit Bot

[ios] Disable all test in find in page

TBR=sdefresne@chromium.org

Bug: 1109740
Change-Id: I7f0d80fabe01f264629311374a968da52f10e0db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320275Reviewed-by: default avatarDavid Jean <djean@chromium.org>
Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: David Jean <djean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791847}
parent 501498f9
...@@ -42,6 +42,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page."; ...@@ -42,6 +42,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
} // namespace } // namespace
// Tests for Find in Page. // Tests for Find in Page.
// Disabled all tests due to https://crbug.com/1107877.
@interface FindInPageTestCase : ChromeTestCase @interface FindInPageTestCase : ChromeTestCase
// URL for a test page with |kFindInPageResponse|. // URL for a test page with |kFindInPageResponse|.
...@@ -103,7 +104,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page."; ...@@ -103,7 +104,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
// Tests that find in page allows iteration between search results and displays // Tests that find in page allows iteration between search results and displays
// correct number of results. // correct number of results.
- (void)testFindInPage { - (void)DISABLED_testFindInPage {
// Type "find". // Type "find".
[self typeFindInPageText:@"find"]; [self typeFindInPageText:@"find"];
// Should be highlighting result 1 of 2. // Should be highlighting result 1 of 2.
...@@ -120,7 +121,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page."; ...@@ -120,7 +121,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. // 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 // the search term is persisted between FIP runs, but in incognito search term
// is not retained and not autofilled. // is not retained and not autofilled.
- (void)testFindInPageRetainsSearchTerm { - (void)DISABLED_testFindInPageRetainsSearchTerm {
// Type "find". // Type "find".
[self typeFindInPageText:@"find"]; [self typeFindInPageText:@"find"];
[self assertResultStringIsResult:1 outOfTotal:2]; [self assertResultStringIsResult:1 outOfTotal:2];
......
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