Commit 5686f9f9 authored by Stepan Khapugin's avatar Stepan Khapugin Committed by Chromium LUCI CQ

[iOS] Reenable testCloseNTPWhenSwitching omnibox popup test.

Reenables this test. It should now pass.

Fixed: 1037651, 1029255
Change-Id: I982814eb592f227562947fdcd25972885739d1fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574936
Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarRobbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#833761}
parent f515828d
...@@ -254,8 +254,7 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse( ...@@ -254,8 +254,7 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
assertWithMatcher:grey_nil()]; assertWithMatcher:grey_nil()];
} }
// TODO(crbug.com/1037651): Test fails. - (void)testCloseNTPWhenSwitching {
- (void)DISABLED_testCloseNTPWhenSwitching {
// Open the first page. // Open the first page.
GURL URL1 = self.testServer->GetURL(kPage1URL); GURL URL1 = self.testServer->GetURL(kPage1URL);
[ChromeEarlGrey loadURL:URL1]; [ChromeEarlGrey loadURL:URL1];
......
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