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

Commit 5ccac93d authored by Sebastián Franco's avatar Sebastián Franco Committed by Android (Google) Code Review
Browse files

Merge "Adding even more tracing for the tests" into main

parents 7149e036 95113867
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ import static org.junit.Assert.assertNotNull;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;

import org.junit.Test;
import org.junit.runner.RunWith;

@@ -28,6 +30,7 @@ import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class TaplTestsLauncher3Test extends AbstractLauncherUiTest {

    @ScreenRecord // b/322823478
    @Test
    public void testDevicePressMenu() throws Exception {
        mDevice.pressMenu();
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ public class TaplWorkProfileTest extends AbstractLauncherUiTest {

    }

    @ScreenRecord // b/322823478
    @Test
    public void testEdu() {
        assumeTrue(mWorkProfileSetupSuccessful);