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

Commit 037fd13b authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Automerger Merge Worker
Browse files

Merge "Fix failing BluetoothOppLauncherActivityTest" am: f0843623 am: 0d99d983 am: c8ace99b

parents 21d98720 c8ace99b
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()));
    }