mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Add delay after installing dummy app" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9e1f6002e5
@@ -29,6 +29,7 @@ import static org.junit.Assume.assumeTrue;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.graphics.Point;
|
||||
import android.os.SystemClock;
|
||||
import android.platform.test.annotations.IwTest;
|
||||
|
||||
import androidx.test.filters.LargeTest;
|
||||
@@ -493,6 +494,8 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
|
||||
public void testUninstallFromAllApps() throws Exception {
|
||||
TestUtil.installDummyApp();
|
||||
try {
|
||||
// b/256659409
|
||||
SystemClock.sleep(5000);
|
||||
Workspace workspace = mLauncher.getWorkspace();
|
||||
final HomeAllApps allApps = workspace.switchToAllApps();
|
||||
allApps.freeze();
|
||||
|
||||
Reference in New Issue
Block a user