Skip to content

Commit

Permalink
rid off broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Revedko committed Apr 10, 2017
1 parent 3a12ee1 commit 19dea64
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,4 @@ public void whenAppLaunch_androidBaseVisible() throws Exception {
onView(allOf(withId(R.id.title), withText(R.string.app_name)))
.check(matches(isDisplayed()));
}

@Test
public void brokenTest() throws Exception {
onView(allOf(withId(R.id.title), withText("non existent text")))
.check(matches(isDisplayed()));
}
}

0 comments on commit 19dea64

Please sign in to comment.