Index: athena/home/home_card_unittest.cc |
diff --git a/athena/home/home_card_unittest.cc b/athena/home/home_card_unittest.cc |
index 46ffccd28dca310ef034f62fc334f6e8ea33b632..6e4059b8c8365c2c07fe550764be79242bf51828 100644 |
--- a/athena/home/home_card_unittest.cc |
+++ b/athena/home/home_card_unittest.cc |
@@ -225,7 +225,7 @@ TEST_F(HomeCardTest, Gestures) { |
EXPECT_TRUE(WindowManager::Get()->IsOverviewModeActive()); |
// Swipe down to the bottom state. |
- generator.GestureScrollSequence(gfx::Point(x, 10), |
+ generator.GestureScrollSequence(gfx::Point(x, 50), |
gfx::Point(x, bottom - 120), |
base::TimeDelta::FromSeconds(1), |
10); |
@@ -240,7 +240,7 @@ TEST_F(HomeCardTest, Gestures) { |
EXPECT_TRUE(WindowManager::Get()->IsOverviewModeActive()); |
// Swipe down to the minimized state. |
- generator.GestureScrollSequence(gfx::Point(x, 10), |
+ generator.GestureScrollSequence(gfx::Point(x, 50), |
gfx::Point(x, bottom - 1), |
base::TimeDelta::FromSeconds(1), |
10); |