Skip to content

Commit e5a74a4

Browse files
committed
pass check style maybe
1 parent 7c45ed3 commit e5a74a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/androidTest/java/com/iterable/iterableapi/MainActivityTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void checkIfMessageShownAsActivity() throws Exception {
129129
intended(hasComponent(IterableInboxMessageActivity.class.getName()));
130130
}
131131

132-
@Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled")
132+
@Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled()")
133133
@Test
134134
public void checkIfMessageShownAsPopUpForImproperIntent() throws Exception {
135135
JSONObject payload = new JSONObject(IterableTestUtils.getResourceString("editable_get_messages_response.json"));
@@ -151,7 +151,7 @@ public void checkIfMessageShownAsPopUpForImproperIntent() throws Exception {
151151
onWebView().withElement(findElement(Locator.XPATH, "//*[contains(text(),'Ok, got it')]"));
152152
}
153153

154-
@Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled")
154+
@Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled()")
155155
@Test
156156
public void checkIfMessageShownAsPopUpForUnexpectedIntent() throws Exception {
157157
JSONObject payload = new JSONObject(IterableTestUtils.getResourceString("editable_get_messages_response.json"));
@@ -173,7 +173,7 @@ public void checkIfMessageShownAsPopUpForUnexpectedIntent() throws Exception {
173173
onWebView().withElement(findElement(Locator.XPATH, "//*[contains(text(),'Ok, got it')]"));
174174
}
175175

176-
@Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled")
176+
@Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled()")
177177
@Test
178178
public void checkIfMessageShownAsPopUpForNoIntent() throws Exception {
179179
JSONObject payload = new JSONObject(IterableTestUtils.getResourceString("editable_get_messages_response.json"));
@@ -192,7 +192,7 @@ public void checkIfMessageShownAsPopUpForNoIntent() throws Exception {
192192
onWebView().withElement(findElement(Locator.XPATH, "//*[contains(text(),'Ok, got it')]"));
193193
}
194194

195-
@Ignore ("ignoring tests needing to find webView through forceJavascriptEnabled")
195+
@Ignore ("Ignoring tests needing to find webView through forceJavascriptEnabled()")
196196
@Test
197197
public void checkIfMessageShownAsPopUp() throws Exception {
198198
JSONObject payload = new JSONObject(IterableTestUtils.getResourceString("editable_get_messages_response.json"));

0 commit comments

Comments
 (0)