Merge branch 'dev' into disappear-2

This commit is contained in:
andrew
2023-10-06 12:01:23 +10:30
27 changed files with 156 additions and 459 deletions

View File

@@ -158,6 +158,7 @@ class HomeActivityTests {
val dialogPromptText = InstrumentationRegistry.getInstrumentation().targetContext.getString(R.string.dialog_open_url_explanation, amazonPuny)
onView(isRoot()).perform(waitFor(1000)) // no other way for this to work apparently
onView(withText(dialogPromptText)).check(matches(isDisplayed()))
}