mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Moving Wait to kotlin
Making LauncherInstrumentation optional and removing some reduntant constants. This allows less dependency on AbstractLauncherUITest Bug: 377772352 Test: Presubmit Flag: EXEMPT test refactor Change-Id: I7cf78d6acc5fef0359dee141a06fd51ff9d4f5a8
This commit is contained in:
@@ -69,8 +69,7 @@ public class TaplUninstallRemoveTest extends AbstractLauncherUiTest<Launcher> {
|
||||
private void verifyAppUninstalledFromAllApps(Workspace workspace, String appName) {
|
||||
final HomeAllApps allApps = workspace.switchToAllApps();
|
||||
Wait.atMost(appName + " app was found on all apps after being uninstalled",
|
||||
() -> allApps.tryGetAppIcon(appName) == null,
|
||||
DEFAULT_UI_TIMEOUT, mLauncher);
|
||||
() -> allApps.tryGetAppIcon(appName) == null, mLauncher);
|
||||
}
|
||||
|
||||
private void installDummyAppAndWaitForUIUpdate() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user