Commit 69fc841b authored by Jit Yao Yap's avatar Jit Yao Yap Committed by Commit Bot

Fix welcomeNext action triggering on hidden welcome screen

Change-Id: Ibda3d1206b5fb5923914c0d6d2a8152681a87e7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816538Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Jit Yao Yap <jityao@google.com>
Cr-Commit-Position: refs/heads/master@{#699686}
parent 46d0594a
...@@ -349,7 +349,7 @@ IN_PROC_BROWSER_TEST_F(OobeConfigurationEnrollmentTest, TestEnrollUsingToken) { ...@@ -349,7 +349,7 @@ IN_PROC_BROWSER_TEST_F(OobeConfigurationEnrollmentTest, TestEnrollUsingToken) {
// Check that HID detection screen is shown if it is not specified by // Check that HID detection screen is shown if it is not specified by
// configuration. // configuration.
IN_PROC_BROWSER_TEST_F(OobeConfigurationTestNoHID, TestLeaveWelcomeScreen) { IN_PROC_BROWSER_TEST_F(OobeConfigurationTestNoHID, TestShowHID) {
LoadConfiguration(); LoadConfiguration();
OobeScreenWaiter(HIDDetectionView::kScreenId).Wait(); OobeScreenWaiter(HIDDetectionView::kScreenId).Wait();
} }
......
{
"welcomeNext": false,
"desc" : "Skip welcomeNext as this will trigger an action on the hidden welcome screen"
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment