We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4746d9b commit a05f084Copy full SHA for a05f084
app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages/EditLinkPage.kt
@@ -42,6 +42,7 @@ class EditLinkPage : BasePage() {
42
// Close the keyboard and try again.
43
urlField.perform(ViewActions.closeSoftKeyboard())
44
urlField.perform(replaceText(url), ViewActions.closeSoftKeyboard())
45
+ e.printStackTrace()
46
}
47
label("Entered url")
48
0 commit comments