Tests: fixing expected package name for AOSP tests
am: 6346451bd6
Change-Id: I228efe85a3e7a5ab35b31d13310bd66d74859327
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
*/
|
||||
package com.android.launcher3.ui.widget;
|
||||
|
||||
import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertNotSame;
|
||||
|
||||
@@ -155,7 +157,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
|
||||
getWorkspace().
|
||||
switchToAllApps().
|
||||
getAppIcon("Test Pin Item").
|
||||
launch("com.google.android.apps.nexuslauncher.tests");
|
||||
launch(getAppPackageName());
|
||||
assertNotNull(openMonitor.blockingGetExtraIntent());
|
||||
|
||||
// Set callback
|
||||
|
||||
Reference in New Issue
Block a user