Skip to content

Commit

Permalink
Revert "Intentionally break test to see if upload works on CI"
Browse files Browse the repository at this point in the history
This reverts commit df90c25.
  • Loading branch information
jkuester committed Sep 17, 2024
1 parent df90c25 commit 08ff2d5
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("This does not exist")).check(matches(isDisplayed()));
onView(withText("CHT Android")).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 08ff2d5

Please sign in to comment.