Compare commits
1 Commits
9d706b2b7e
...
dd007293cf
Author | SHA1 | Date | |
---|---|---|---|
dd007293cf |
@ -20,7 +20,7 @@ jobs:
|
||||
- uses: gradle/actions/setup-gradle@v3
|
||||
- uses: android-actions/setup-android@v3
|
||||
- name: Configure gradle...
|
||||
run: mkdir -p ~/.gradle && echo "org.gradle.daemon=false\nignoreGitVersion=true" >> ~/.gradle/gradle.properties
|
||||
run: mkdir -p ~/.gradle && echo "ignoreGitVersion=true" >> ~/.gradle/gradle.properties
|
||||
- uses: KengoTODA/actions-setup-docker-compose@v1
|
||||
with:
|
||||
version: "2.23.3"
|
||||
|
@ -275,9 +275,9 @@ val fetchScreenshotsTask =
|
||||
reportsDirectory.mkdirs()
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
tasks.whenTaskAdded {
|
||||
if (this.name == "connectedAndroidTest") {
|
||||
this.finalizedBy(fetchScreenshotsTask)
|
||||
// this.finalizedBy(fetchScreenshotsTask)
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
@ -41,7 +41,7 @@ class HomeActivityTest : WithANRException() {
|
||||
|
||||
@Test
|
||||
fun testMenu() {
|
||||
onView(withId(R.id.action_search)).check(matches(not(isDisplayed()))).check(
|
||||
onView(withId(R.id.action_search)).check(matches(isDisplayed())).check(
|
||||
matches(
|
||||
isClickable(),
|
||||
),
|
||||
|
@ -27,3 +27,4 @@ org.gradle.caching=true
|
||||
ignoreGitVersion=false
|
||||
kotlin.native.cacheKind.iosX64=none
|
||||
org.gradle.configureondemand=true
|
||||
kotlin.jvm.target.validation.mode=IGNORE
|
||||
|
Loading…
x
Reference in New Issue
Block a user