File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import org.wordpress.aztec.demo.BasePage
2323import org.wordpress.aztec.demo.Matchers
2424import org.wordpress.aztec.demo.R
2525import org.wordpress.aztec.R as AztecR
26+ import org.wordpress.aztec.plugins.wpcomments.R as WPCommentsR
2627
2728class EditorPage : BasePage () {
2829 private var editor: ViewInteraction
@@ -70,8 +71,8 @@ class EditorPage : BasePage() {
7071 underlineButton = onView(withId(AztecR .id.format_bar_button_underline))
7172 strikethroughButton = onView(withId(AztecR .id.format_bar_button_strikethrough))
7273 horizontalRuleButton = onView(withId(AztecR .id.format_bar_button_horizontal_rule))
73- moreRuleButton = onView(withId(org.wordpress.aztec.plugins.wpcomments. R .id.format_bar_button_more))
74- pageButton = onView(withId(org.wordpress.aztec.plugins.wpcomments. R .id.format_bar_button_page))
74+ moreRuleButton = onView(withId(WPCommentsR .id.format_bar_button_more))
75+ pageButton = onView(withId(WPCommentsR .id.format_bar_button_page))
7576 htmlButton = onView(withId(AztecR .id.format_bar_button_html))
7677
7778 photoButton = onView(allOf(withId(android.R .id.title), withText(" Photo from device" )))
You can’t perform that action at this time.
0 commit comments