diff --git a/app/src/androidTest/java/ch/sdp/vibester/activity/ProfileActivityTest.kt b/app/src/androidTest/java/ch/sdp/vibester/activity/ProfileActivityTest.kt index 800075a22..bef35d34f 100644 --- a/app/src/androidTest/java/ch/sdp/vibester/activity/ProfileActivityTest.kt +++ b/app/src/androidTest/java/ch/sdp/vibester/activity/ProfileActivityTest.kt @@ -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