File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/java/org/htmlunit/javascript/host/xml Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3838import org .htmlunit .WebDriverTestCase ;
3939import org .htmlunit .junit .annotation .Alerts ;
4040import org .htmlunit .junit .annotation .HtmlUnitNYI ;
41+ import org .htmlunit .util .ArrayUtils ;
4142import org .htmlunit .util .MimeType ;
4243import org .junit .jupiter .api .Test ;
4344import org .openqa .selenium .By ;
@@ -1139,7 +1140,7 @@ private void enctype(final String enctype) throws Exception {
11391140 getMockWebConnection ().setDefaultResponse ("<html><title>Response</title></html>" );
11401141
11411142 final WebDriver driver = loadPage2 (html );
1142- verifyTitle2 (driver , new String [] {} );
1143+ verifyTitle2 (driver , ArrayUtils . EMPTY_STRING_ARRAY );
11431144
11441145 driver .findElement (By .id ("testBtn" )).click ();
11451146 String headerValue = getMockWebConnection ().getLastWebRequest ().getAdditionalHeaders ()
You can’t perform that action at this time.
0 commit comments