Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurislopata committed Mar 24, 2022
1 parent a44129b commit 5e8b60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ProfileActivityTest {
Thread.sleep(3_000)
onView(withId(R.id.editUser)).perform(ViewActions.click())
onView(withText("Cancel")).perform(ViewActions.click())
onView(withId(R.id.username)).check(matches(withText("@lisa")))
onView(withId(R.id.username)).check(matches(withText("Lalisa Bon")))
}

@Test
Expand Down

0 comments on commit 5e8b60a

Please sign in to comment.