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

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

Merge "[E2E test] Add an assertion that we exited DW mode after closing the last app" into main

parents 84a771e9 86a6708a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ abstract class CloseAllAppsWithAppHeaderExit (
        nonResizeableApp.closeDesktopApp(wmHelper, device)
        mailApp.closeDesktopApp(wmHelper, device)
        testApp.closeDesktopApp(wmHelper, device)
        wmHelper.StateSyncBuilder()
            .withAppTransitionIdle()
            .withHomeActivityVisible()
            .waitForAndVerify()
    }

    @After