Skip to content

Commit

Permalink
test: fix main flow test and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Jun 29, 2024
1 parent 32c6d22 commit 36891e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ class MainActivityTest {
waitForElement(allOf(withText("Movies"), isDisplayed()))
onView(withText("Movies")).perform(click())

// Navigate to Battle of the Stars
waitForElement(allOf(withText("Battle of the Stars"), isDisplayed()))
onView(withText("Battle of the Stars")).perform(click())
// Navigate to The Boy in the Plastic Bubble
waitForElement(allOf(withText("The Boy in the Plastic Bubble"), isDisplayed()))
onView(withText("The Boy in the Plastic Bubble")).perform(click())

// Play the movie
waitForElement(allOf(withId(R.id.play_button), isEnabled()))
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
androidx-room = "2.6.1"
androidx-swiperefreshlayout = "1.1.0"
androidx-test-core = "1.5.0"
androidx-test-expresso = "3.5.1"
androidx-test-junit = "1.1.5"
androidx-test-rules = "1.5.0"
androidx-test-runner = "1.5.2"
androidx-test-core = "1.6.1"
androidx-test-expresso = "3.6.1"
androidx-test-junit = "1.2.1"
androidx-test-rules = "1.6.1"
androidx-test-runner = "1.6.1"
androidx-tv = "1.0.0-alpha10"
androidx-tv-material3 = "1.0.0-beta01"
androidx-work = "2.9.0"
Expand Down

0 comments on commit 36891e7

Please sign in to comment.