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

Commit 070a5db4 authored by Zhekai Hu's avatar Zhekai Hu
Browse files

Fix the bug caused by missing annotation @RequiresFlagsEnabled in LoginTest

Test: android.view.contentcapture.LoginTest
Flag: android.view.contentcapture.flags.enable_export_assist_virtual_node_to_ccapi
Bug: 438421090
Change-Id: I894722d19cb5a4d6ee0caeef4c1278c26e9954f0
parent 3b28e3e5
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,