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

Disabling FindInPageTestCase.testFindInPageRetainsSearchTerm

TBR: stkhapugin
Bug: 1029709
Change-Id: Ic8d7021777e1977e9071d05853958646b74efc0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944472Reviewed-by: default avatarJérôme Lebel <jlebel@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720441}
parent a59fc5a4
...@@ -118,7 +118,8 @@ const std::string kFindInPageResponse = "Find in page. Find in page."; ...@@ -118,7 +118,8 @@ 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 { // TODO(crbug.com/1029709): Test failed.
- (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