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

Commit 95113867 authored by Sebastian Franco's avatar Sebastian Franco
Browse files

Adding even more tracing for the tests

I want to see how far back the resolution of the test is not
working properly.

Bug: 322823478
Test: NA
Flag: NA
Change-Id: If6d63ad5b350e67e10d515292f47c9e0c13e01b2
parent 1bc33421
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);