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

Commit f0843623 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Gerrit Code Review
Browse files

Merge "Fix failing BluetoothOppLauncherActivityTest"

parents 3582787b ecdacd6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -142,8 +142,6 @@ public class BluetoothOppLauncherActivityTest {


        scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker);
        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()));
        intended(hasComponent(BluetoothOppBtEnableActivity.class.getName()));
    }
    }