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

Commit 79beae86 authored by Chris Li's avatar Chris Li
Browse files

Update pip flicker atest commands

Bug: 307359855
Test: JavaDoc update only
Change-Id: Id2be4e7ec34718f6f5aa9d6f098c940de39455ac
parent 3582d530
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