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

Commit fe613649 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the bug caused by missing annotation @RequiresFlagsEnabled in LoginTest" into main

parents df57bfc0 070a5db4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ public class LoginTest extends AbstractContentCapturePerfTestCase {
    }

    @Test
    @RequiresFlagsEnabled(Flags.FLAG_ENABLE_EXPORT_ASSIST_VIRTUAL_NODE_TO_CCAPI)
    public void testNotifyVirtualChildrenAppearedWithCustomView_1() throws Throwable {
        testNumberOfTypeViewAppearedEvents(
                R.layout.test_export_virtual_assist_node_activity,
@@ -254,6 +255,7 @@ public class LoginTest extends AbstractContentCapturePerfTestCase {
    }

    @Test
    @RequiresFlagsEnabled(Flags.FLAG_ENABLE_EXPORT_ASSIST_VIRTUAL_NODE_TO_CCAPI)
    public void testNotifyVirtualChildrenAppearedWithCustomView_10() throws Throwable {
        testNumberOfTypeViewAppearedEvents(
                R.layout.test_export_virtual_assist_node_activity,
@@ -263,6 +265,7 @@ public class LoginTest extends AbstractContentCapturePerfTestCase {
    }

    @Test
    @RequiresFlagsEnabled(Flags.FLAG_ENABLE_EXPORT_ASSIST_VIRTUAL_NODE_TO_CCAPI)
    public void testNotifyVirtualChildrenAppearedWithCustomView_100() throws Throwable {
        testNumberOfTypeViewAppearedEvents(
                R.layout.test_export_virtual_assist_node_activity,