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

Commit ecdacd6a authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Fix failing BluetoothOppLauncherActivityTest

Bug: 260328951
Test: atest BluetoothInstrumentationTests:BluetoothOppLauncherActivityTest
Change-Id: I0442b6548310137746a2c847e4ce2865db2ac404
parent fa0fd966
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -142,8 +142,6 @@ public class BluetoothOppLauncherActivityTest {

        scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker);

        onView(withText(mTargetContext.getText(R.string.bt_enable_cancel).toString())).inRoot(
                isDialog()).check(matches(isDisplayed())).perform(click());
        intended(hasComponent(BluetoothOppBtEnableActivity.class.getName()));
    }