Remove the initialize method from setUp since is now on being called on the super method.

Bug: 324261526
Test: most Tapl test
Flag: NA
Change-Id: Icbf9883613069101a3c8428e8e3b02b1eb01dcd0
This commit is contained in:
Sebastian Franco
2024-02-07 14:39:50 -08:00
parent e6bab556a1
commit 51231ee5c2
19 changed files with 7 additions and 102 deletions

View File

@@ -24,7 +24,6 @@ import com.android.launcher3.tapl.HomeAllApps;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape;
import org.junit.Before;
import org.junit.Test;
/**
@@ -33,12 +32,6 @@ import org.junit.Test;
*/
public class TaplAllAppsIconsWorkingTest extends AbstractLauncherUiTest {
@Before
public void setUp() throws Exception {
super.setUp();
initialize(this);
}
/**
* Makes sure we can launch an icon from All apps
*/