Commit 19ebda21 authored by Manu Cornet's avatar Manu Cornet Committed by Commit Bot

CrOS Shelf: Re-enable tooltip test with hotseat enabled

Bug: 1016823
Change-Id: Ia746987fc8e4f3b4e955f51e0771a541cee90a6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001187
Commit-Queue: Manu Cornet <manucornet@chromium.org>
Commit-Queue: Alex Newcomer <newcomer@chromium.org>
Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731632}
parent 735413d0
...@@ -1509,9 +1509,6 @@ class HotseatShelfViewTest : public ShelfViewTest, ...@@ -1509,9 +1509,6 @@ class HotseatShelfViewTest : public ShelfViewTest,
INSTANTIATE_TEST_SUITE_P(All, HotseatShelfViewTest, testing::Bool()); INSTANTIATE_TEST_SUITE_P(All, HotseatShelfViewTest, testing::Bool());
TEST_P(HotseatShelfViewTest, ShouldHideTooltipTest) { TEST_P(HotseatShelfViewTest, ShouldHideTooltipTest) {
// TODO(https://crbug.com/1016823): Fix this test for the hotseat.
if (chromeos::switches::ShouldShowShelfHotseat())
return;
ShelfID app_button_id = AddAppShortcut(); ShelfID app_button_id = AddAppShortcut();
ShelfID platform_button_id = AddApp(); ShelfID platform_button_id = AddApp();
......
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