@@ -129,7 +129,7 @@ public void checkIfMessageShownAsActivity() throws Exception {
129
129
intended (hasComponent (IterableInboxMessageActivity .class .getName ()));
130
130
}
131
131
132
- @ Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled" )
132
+ @ Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled() " )
133
133
@ Test
134
134
public void checkIfMessageShownAsPopUpForImproperIntent () throws Exception {
135
135
JSONObject payload = new JSONObject (IterableTestUtils .getResourceString ("editable_get_messages_response.json" ));
@@ -151,7 +151,7 @@ public void checkIfMessageShownAsPopUpForImproperIntent() throws Exception {
151
151
onWebView ().withElement (findElement (Locator .XPATH , "//*[contains(text(),'Ok, got it')]" ));
152
152
}
153
153
154
- @ Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled" )
154
+ @ Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled() " )
155
155
@ Test
156
156
public void checkIfMessageShownAsPopUpForUnexpectedIntent () throws Exception {
157
157
JSONObject payload = new JSONObject (IterableTestUtils .getResourceString ("editable_get_messages_response.json" ));
@@ -173,7 +173,7 @@ public void checkIfMessageShownAsPopUpForUnexpectedIntent() throws Exception {
173
173
onWebView ().withElement (findElement (Locator .XPATH , "//*[contains(text(),'Ok, got it')]" ));
174
174
}
175
175
176
- @ Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled" )
176
+ @ Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled() " )
177
177
@ Test
178
178
public void checkIfMessageShownAsPopUpForNoIntent () throws Exception {
179
179
JSONObject payload = new JSONObject (IterableTestUtils .getResourceString ("editable_get_messages_response.json" ));
@@ -192,7 +192,7 @@ public void checkIfMessageShownAsPopUpForNoIntent() throws Exception {
192
192
onWebView ().withElement (findElement (Locator .XPATH , "//*[contains(text(),'Ok, got it')]" ));
193
193
}
194
194
195
- @ Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled" )
195
+ @ Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled() " )
196
196
@ Test
197
197
public void checkIfMessageShownAsPopUp () throws Exception {
198
198
JSONObject payload = new JSONObject (IterableTestUtils .getResourceString ("editable_get_messages_response.json" ));
0 commit comments