mash: DeviceLocalAccountTest.LastWindowClosedLogoutReminder fails due to ash::Shell access |
|||
Issue description
It does this:
// Verify that the logout confirmation dialog is not showing.
ash::LogoutConfirmationController* logout_confirmation_controller =
ash::Shell::Get()->logout_confirmation_controller();
ASSERT_TRUE(logout_confirmation_controller);
EXPECT_FALSE(logout_confirmation_controller->dialog_for_testing());
I think we need a mojo test API for this. All the test of the tests in this suite pass.
,
Apr 19 2018
,
Sep 13
|
|||
►
Sign in to add a comment |
|||
Comment 1 by lafo...@chromium.org
, Feb 26 2018