Skip to content

Commit

Permalink
Downgrade Espresso to 3.4
Browse files Browse the repository at this point in the history
Espress 3.5.1 and higher is causing our instrumentation tests to not run
in BrowserStack.
  • Loading branch information
avazirna committed Dec 9, 2024
1 parent 26eb7c3 commit 9fb7a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ dependencies {
testImplementation 'androidx.test:runner:1.6.2'
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'androidx.work:work-testing:2.10.0'
testImplementation 'androidx.test.espresso:espresso-core:3.6.1'
testImplementation 'androidx.test.espresso:espresso-core:3.4'
testImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
testImplementation 'io.mockk:mockk:1.12.7'
testImplementation 'org.json:json:20231013'
testImplementation project(path: ':commcare-core', configuration: 'testsAsJar')

androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.ext:truth:1.6.0'
androidTestImplementation 'androidx.test:rules:1.6.1'
Expand Down

0 comments on commit 9fb7a39

Please sign in to comment.