File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11package org.wordpress.aztec.demo.pages
22
3- import android.app.Activity
4- import android.support.test.InstrumentationRegistry.getInstrumentation
53import android.support.test.espresso.DataInteraction
64import android.support.test.espresso.Espresso.onData
75import android.support.test.espresso.Espresso.onView
@@ -14,8 +12,6 @@ import android.support.test.espresso.action.ViewActions.typeTextIntoFocusedView
1412import android.support.test.espresso.assertion.ViewAssertions.matches
1513import android.support.test.espresso.matcher.ViewMatchers.withId
1614import android.support.test.espresso.matcher.ViewMatchers.withText
17- import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry
18- import android.support.test.runner.lifecycle.Stage
1915import android.view.KeyEvent
2016import android.view.View
2117import org.hamcrest.Description
@@ -28,7 +24,6 @@ import org.wordpress.aztec.demo.Actions
2824import org.wordpress.aztec.demo.BasePage
2925import org.wordpress.aztec.demo.Matchers
3026import org.wordpress.aztec.demo.R
31- import org.wordpress.aztec.source.SourceViewEditText
3227
3328class EditorPage : BasePage () {
3429 private var editor: ViewInteraction
You can’t perform that action at this time.
0 commit comments