Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 726607cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update pip flicker atest commands" into main

parents 048114ad 79beae86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import org.junit.runners.Parameterized
/**
 * Test entering pip from an app via auto-enter property when navigating to home.
 *
 * To run this test: `atest WMShellFlickerTests:AutoEnterPipOnGoToHomeTest`
 * To run this test: `atest WMShellFlickerTestsPip1:AutoEnterPipOnGoToHomeTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
 * Test auto entering pip using a source rect hint.
 *
 * To run this test: `atest AutoEnterPipWithSourceRectHintTest`
 * To run this test: `atest WMShellFlickerTestsPip1:AutoEnterPipWithSourceRectHintTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runners.Parameterized
/**
 * Test closing a pip window by swiping it to the bottom-center of the screen
 *
 * To run this test: `atest WMShellFlickerTests:ExitPipWithSwipeDownTest`
 * To run this test: `atest WMShellFlickerTestsPip1:ClosePipBySwipingDownTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
 * Test closing a pip window via the dismiss button
 *
 * To run this test: `atest WMShellFlickerTests:ExitPipWithDismissButtonTest`
 * To run this test: `atest WMShellFlickerTestsPip1:ClosePipWithDismissButtonTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runners.Parameterized
/**
 * Test entering pip from an app via [onUserLeaveHint] and by navigating to home.
 *
 * To run this test: `atest WMShellFlickerTests:EnterPipOnUserLeaveHintTest`
 * To run this test: `atest WMShellFlickerTestsPip2:EnterPipOnUserLeaveHintTest`
 *
 * Actions:
 * ```
Loading