Skip to content

Commit ff36ecf

Browse files
committed
fix HtmlUnitNYI annotation
1 parent c3d6806 commit ff36ecf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/test/java/org/htmlunit/libraries/YuiTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ public void editor() throws Exception {
172172
*/
173173
@Test
174174
@Alerts("")
175-
@HtmlUnitNYI("org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null")
175+
@HtmlUnitNYI(CHROME = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
176+
EDGE = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
177+
FF = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
178+
FF_ESR = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null")
176179
public void yuiLoaderRollup() throws Exception {
177180
doTest("yuiloader_rollup.html");
178181
}

0 commit comments

Comments
 (0)