Compare commits
1 Commits
3e060c6e0e
...
dd007293cf
Author | SHA1 | Date | |
---|---|---|---|
dd007293cf |
@ -275,9 +275,9 @@ val fetchScreenshotsTask =
|
|||||||
reportsDirectory.mkdirs()
|
reportsDirectory.mkdirs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
tasks.whenTaskAdded {
|
tasks.whenTaskAdded {
|
||||||
if (this.name == "connectedAndroidTest") {
|
if (this.name == "connectedAndroidTest") {
|
||||||
this.finalizedBy(fetchScreenshotsTask)
|
// this.finalizedBy(fetchScreenshotsTask)
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
@ -93,11 +93,9 @@ class SettingsActivityTest : WithANRException() {
|
|||||||
onView(withText(R.string.translation)).check(matches(isDisplayed()))
|
onView(withText(R.string.translation)).check(matches(isDisplayed()))
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
Fails after adding tasks.whenTaskAdded
|
|
||||||
@Test
|
@Test
|
||||||
fun testAbout() {
|
fun testAbout() {
|
||||||
onView(withText(R.string.action_about)).perform(click())
|
onView(withText(R.string.action_about)).perform(click())
|
||||||
onView(withText("ACRA")).check(matches(isDisplayed()))
|
onView(withText("ACRA")).check(matches(isDisplayed()))
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user