Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertFalse does not work on Android Oreo 8.1 #879

Open
EQXTFL opened this issue Jun 28, 2018 · 1 comment
Open

assertFalse does not work on Android Oreo 8.1 #879

EQXTFL opened this issue Jun 28, 2018 · 1 comment

Comments

@EQXTFL
Copy link

EQXTFL commented Jun 28, 2018

The following test works fine on API 22 (Lollipop) to 26 (Oreo 8.0) and also 28 (P). But for some reason it does not work on API 27 (Oreo 8.1).

  1. Open Google Map
  2. Display Toast
  3. assertTrue("toast message");
  4. Close Google Map
  5. Open Google Map
  6. assertFalse("toast message");

It always fails at 6. Any ideas?

@EQXTFL EQXTFL changed the title assertFalse broken on Android Oreo assertFalse does not work on Android Oreo 8.1 Jun 28, 2018
@EQXTFL
Copy link
Author

EQXTFL commented Sep 20, 2018

Update - it works fine again on Android Pie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant