Skip to content

Commit

Permalink
Intentionally break test to see if upload works on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Sep 17, 2024
1 parent b8c547d commit df90c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class SettingsDialogActivityTest {

@Test
public void serverSelectionScreenIsDisplayed() {
onView(withText("CHT Android")).check(matches(isDisplayed()));
onView(withText("This does not exist")).check(matches(isDisplayed()));
onView(withId(R.id.instanceSearchBox)).check(matches(isDisplayed()));
onView(withText("Custom")).check(matches(isDisplayed()));
onView(withId(R.id.lstServers)).check(matches(isDisplayed()));
Expand Down

0 comments on commit df90c25

Please sign in to comment.