New issue
Advanced search Search tips

Issue 901541 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug-Regression



Sign in to add a comment

Auto-demo kiosk app doesn't launch on OOBE network screen

Project Member Reported by michae...@chromium.org, Nov 2

Issue description

The demo kiosk app is no longer auto-launched when the user is idle in the OOBE network screen.

The app only auto-launches on the Welcome screen.

We used to auto-launch the app when the user was on either the Welcome or the Network screen, because we were waiting for the user to select a network.

I suspect this CL [1] caused this regression because it moved the network screen out of the welcome screen, so the welcome screen stops derelict detection too early.

Repro: See attached test case, making sure to continue to the network screen. The key points are:

* Add flags:
       --derelict-detection-timeout=20
       --derelict-idle-timeout=8
* Press "Let's go" at welcome screen to go to network screen
* Wait 28 seconds

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1139586/
 
test case.txt
3.7 KB View Download
Originally reported in b/118406577.
Components: UI>Shell>DemoMode

Sign in to add a comment