|
@@ -25,10 +25,8 @@ import androidx.test.espresso.Espresso.onView
|
|
|
import androidx.test.espresso.assertion.ViewAssertions.matches
|
|
|
import androidx.test.espresso.matcher.ViewMatchers
|
|
|
import androidx.test.espresso.matcher.ViewMatchers.isCompletelyDisplayed
|
|
|
-import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
|
|
|
import androidx.test.espresso.matcher.ViewMatchers.withEffectiveVisibility
|
|
|
import androidx.test.espresso.matcher.ViewMatchers.withId
|
|
|
-import androidx.test.espresso.matcher.ViewMatchers.withText
|
|
|
import androidx.test.ext.junit.rules.ActivityScenarioRule
|
|
|
import androidx.test.ext.junit.runners.AndroidJUnit4
|
|
|
import com.owncloud.android.AbstractIT
|