New issue
Advanced search Search tips

Issue 786458 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

mash: DeviceLocalAccountTest.LastWindowClosedLogoutReminder fails due to ash::Shell access

Project Member Reported by jamescook@chromium.org, Nov 17 2017

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.

 
Components: -Internals>MUS Internals>Services>WindowService
Components: -Internals>Services>WindowService Internals>Services>Ash
Labels: -Proj-Mustash-Mash
Cc: jamescook@chromium.org
Labels: Proj-Mash-MultiProcess
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment