Skip to content

Commit 35d0c43

Browse files
committed
disable error output check when running with real browsers
1 parent d769028 commit 35d0c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/htmlunit/WebTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import org.apache.commons.io.IOUtils;
4242
import org.apache.commons.lang3.SerializationUtils;
4343
import org.htmlunit.junit.BrowserVersionClassTemplateInvocationContextProvider;
44+
import org.htmlunit.junit.ErrorOutputChecker;
4445
import org.htmlunit.junit.SetExpectedAlertsBeforeTestExecutionCallback;
4546
import org.junit.jupiter.api.AfterAll;
4647
import org.junit.jupiter.api.AfterEach;

0 commit comments

Comments
 (0)