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

Commit b132f610 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "Fix failing BluetoothOppLauncherActivityTest" into tm-qpr-dev

parents bad2e883 cdebeb46
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()));
    }