Looks like ktlint and Android Studio does not order imports with the same rules :/. Let's please ktlint for the CI :/
This commit is contained in:
parent
2a8134af89
commit
7fa1af3819
@ -31,9 +31,9 @@ import androidx.test.espresso.matcher.ViewMatchers.withClassName
|
|||||||
import androidx.test.espresso.matcher.ViewMatchers.withId
|
import androidx.test.espresso.matcher.ViewMatchers.withId
|
||||||
import androidx.test.espresso.matcher.ViewMatchers.withText
|
import androidx.test.espresso.matcher.ViewMatchers.withText
|
||||||
import im.vector.app.R
|
import im.vector.app.R
|
||||||
import org.hamcrest.Matchers.`is`
|
|
||||||
import org.hamcrest.Matchers.allOf
|
import org.hamcrest.Matchers.allOf
|
||||||
import org.hamcrest.Matchers.instanceOf
|
import org.hamcrest.Matchers.instanceOf
|
||||||
|
import org.hamcrest.Matchers.`is`
|
||||||
|
|
||||||
fun clickOnPreference(@StringRes textResId: Int) {
|
fun clickOnPreference(@StringRes textResId: Int) {
|
||||||
onView(withId(R.id.recycler_view))
|
onView(withId(R.id.recycler_view))
|
||||||
|
Loading…
Reference in New Issue
Block a user