BrowserView::GetBrowserViewForBrowser(browser())->tabstrip()->new_tab_button()->new_tab_promo() is nullptr when running NewTabTrackerBrowserTest.TestShowPromo |
||
Issue description
When running
NewTabTrackerBrowserTest.TestShowPromo
browser test using "--enable-features=NetworkService" flag, it fails at:
EXPECT_TRUE(BrowserView::GetBrowserViewForBrowser(browser())
->tabstrip()
->new_tab_button()
->new_tab_promo()
->GetWidget()
->IsVisible());
because BrowserView::GetBrowserViewForBrowser(browser())
->tabstrip()
->new_tab_button()
->new_tab_promo()
is nullptr.
,
Jan 25 2018
Is this still a problem? I couldn't repro.
,
Jan 25 2018
I think this test case has been fixed and was removed from: //testing/buildbot/filters/mojo.fyi.network_browser_tests.filter. So this issue can be closed.
,
Jan 25 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by laforge@google.com
, Nov 7 2017