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

Commit d8e81c5a authored by CHIA-HSUAN HSU's avatar CHIA-HSUAN HSU Committed by CHIA-HSUAN HSU (xWF)
Browse files

Fix the typo of ExitDesktopToFullScreenWithAppHeaderMenuTest and move into /fundamentals subdir.

Test: USE_RBE=false atest WMShellFlickerTestsDesktopMode:com.android.wm.shell.flicker.fundamentals.ExitDesktopToFullScreenWithAppHeaderMenuFlickerTest -c (http://ab/I29800010409007706)
Flag: EXEMPT rafactoring
Bug: 399823963
Change-Id: I9e22b5bcb80ca5f8d25a6d2a1b0fa7f0ba963d3c
parent fd32bc4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.wm.shell.functional
package com.android.wm.shell.functional.fundamentals

import android.platform.test.annotations.Postsubmit
import android.platform.test.rule.ScreenRecordRule
@@ -27,4 +27,4 @@ import org.junit.runners.BlockJUnit4ClassRunner
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@ScreenRecordRule.ScreenRecord
class ExitDesktopToFullScreenToFullScreenWithAppHeaderMenuTest : ExitDesktopToFullScreenWithAppHeaderMenu()
 No newline at end of file
class ExitDesktopToFullScreenWithAppHeaderMenuTest : ExitDesktopToFullScreenWithAppHeaderMenu()