Skip to content

Commit a05f084

Browse files
committed
Print stack trace of RuntimeException
It'll happen whenever Espresso waited for too long for an input
1 parent 4746d9b commit a05f084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages/EditLinkPage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class EditLinkPage : BasePage() {
4242
// Close the keyboard and try again.
4343
urlField.perform(ViewActions.closeSoftKeyboard())
4444
urlField.perform(replaceText(url), ViewActions.closeSoftKeyboard())
45+
e.printStackTrace()
4546
}
4647
label("Entered url")
4748

0 commit comments

Comments
 (0)