Skip to content

Commit 18253cd

Browse files
committed
fix
1 parent 008446c commit 18253cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.annotation.Alerts;
19-
import org.htmlunit.junit.annotation.HtmlUnitNYI;
2019
import org.junit.jupiter.api.Test;
2120
import org.openqa.selenium.WebDriverException;
2221

@@ -260,10 +259,6 @@ public void ctorChangeableHasNoEffectForSealed() throws Exception {
260259
*/
261260
@Test
262261
@Alerts("TypeError")
263-
@HtmlUnitNYI(CHROME = "TypeError",
264-
EDGE = "TypeError",
265-
FF = "TypeError",
266-
FF_ESR = "TypeError")
267262
public void ctorChangeableHasNoEffectForSealedStrict() throws Exception {
268263
final String html = DOCTYPE_HTML
269264
+ "<html><body>\n"

0 commit comments

Comments
 (0)