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

Commit e3ac82a2 authored by Sergey Pinkevich's avatar Sergey Pinkevich Committed by Android (Google) Code Review
Browse files

Merge "[E2E test] Fix TabTearingTest and FocusAppFromTaskbarTest" into main

parents e5e3d053 95f2050e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ abstract class FocusAppFromTaskbar(val rotation: Rotation = Rotation.ROTATION_0)

    @Before
    fun setup() {
        browserApp.launchViaIntent(wmHelper)
        browserAppHelper.closePopupsIfNeeded(device)
        browserApp.enterDesktopMode(wmHelper, device)
        tapl.showTaskbarIfHidden()
        testApp.launchViaIntent(wmHelper)
+2 −1
Original line number Diff line number Diff line
@@ -42,8 +42,9 @@ abstract class TabTearing(val rotation: Rotation = Rotation.ROTATION_0) :

    @Before
    fun setup() {
        browserDesktopAppHelper.enterDesktopMode(wmHelper, device)
        browserAppHelper.launchViaIntent(wmHelper)
        browserAppHelper.closePopupsIfNeeded(device)
        browserDesktopAppHelper.enterDesktopMode(wmHelper, device)
    }

    @Test