Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins8 committed Jan 17, 2024
1 parent acd5049 commit c18fa2d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 34 ]
api-level: [ 32 ]

steps:
- name: Checkout
Expand Down
45 changes: 0 additions & 45 deletions app/src/androidTest/java/com/onfido/evergreen/RetryTestRule.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ class WebViewIntegrationTest {
@get:Rule
var activityScenarioRule = activityScenarioRule<MainActivity>()

@Rule
@JvmField
val mRetryTestRule = RetryTestRule()

@Test
fun openApp() {
onView(withId(R.id.webview)).check(matches(isDisplayed()))
Expand Down

0 comments on commit c18fa2d

Please sign in to comment.