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 e2ea258 commit 4746d9bCopy full SHA for 4746d9b
app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages/EditLinkPage.kt
@@ -37,7 +37,7 @@ class EditLinkPage : BasePage() {
37
try {
38
urlField.perform(click())
39
urlField.perform(replaceText(url), ViewActions.closeSoftKeyboard())
40
- } catch (e: RuntimeException){
+ } catch (e: RuntimeException) {
41
// If the URL field is not visible, it might be because the keyboard is open.
42
// Close the keyboard and try again.
43
urlField.perform(ViewActions.closeSoftKeyboard())
0 commit comments