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

Commit 29428d40 authored by Jeremy Sim's avatar Jeremy Sim Committed by Android (Google) Code Review
Browse files

Merge "Add a fail string for app pair menu tests" into main

parents a6986529 8850e588
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -108,7 +108,8 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest {

    @Test
    public void testSaveAppPairMenuItemExistsOnSplitPair() throws Exception {
        assumeTrue(FeatureFlags.ENABLE_APP_PAIRS.get());
        assumeTrue("App pairs feature is currently not enabled, no test needed",
                FeatureFlags.ENABLE_APP_PAIRS.get());

        createAndLaunchASplitPair();

@@ -122,7 +123,8 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest {

    @Test
    public void testSaveAppPairMenuItemDoesNotExistOnSingleTask() throws Exception {
        assumeTrue(FeatureFlags.ENABLE_APP_PAIRS.get());
        assumeTrue("App pairs feature is currently not enabled, no test needed",
                FeatureFlags.ENABLE_APP_PAIRS.get());

        startAppFast(CALCULATOR_APP_PACKAGE);