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

Commit

Permalink
adjust waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabaow committed Mar 16, 2022
1 parent 1c0aca4 commit c399a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class LyricTemporaryTest {
onView(withId(R.id.artistForLyric)).perform(typeText(inputArtistName), closeSoftKeyboard())
onView(withId(R.id.trackForLyric)).perform(typeText(inputTrackName), closeSoftKeyboard())
onView(withId(R.id.validateForLyric)).perform(click())
Thread.sleep(1000) // wait for API response
Thread.sleep(1500) // wait for API response
onView(withId(R.id.lyricBody)).check(matches(withText(containsString("First things first"))))
}
}

0 comments on commit c399a02

Please sign in to comment.