Index: chrome/browser/extensions/api/extension_action/browser_action_apitest.cc |
diff --git a/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc b/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc |
index 2d57dda866e562ffd42d7201213406c8be3b8c72..95d95e3f2e69bc30bddd8dffb60870858af64967 100644 |
--- a/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc |
+++ b/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc |
@@ -907,6 +907,10 @@ class NavigatingExtensionPopupBrowserTest : public BrowserActionApiTest { |
// If the extension popup is still opened, then wait until there is no |
// load in progress, and verify whether the navigation succeeded or not. |
WaitForLoadStop(popup); |
+ |
+ // TODO(https://crbug.com/695073): Find out why tests fail without it. |
jam
2017/03/09 16:52:57
no one is assigned that bug, so I worry that we'll
Alexander Semashko
2017/03/09 19:47:48
I was hoping that an extensions/ owner would pick
jam
2017/03/09 20:48:46
While I do appreciate this change in making things
|
+ content::RunAllPendingInMessageLoop(); |
+ |
if (expected_navigation_status == EXPECTING_NAVIGATION_SUCCESS) { |
EXPECT_EQ(target_url, popup->GetLastCommittedURL()) |
<< "Navigation to " << target_url |