8000 test(by): update htmlunit agent · seleniumQuery/seleniumQuery@5af1506 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5af1506

Browse files
committed
test(by): update htmlunit agent
1 parent 75cf019 commit 5af1506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/endtoend/browser/driver/builders/HtmlUnitDriverBuilderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class HtmlUnitDriverBuilderTest {
3535

3636
private static final String HTMLUNIT_IE_AGENT_STRING = "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko";
37-
private static final String HTMLUNIT_FF_AGENT_STRING = "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0";
37+
private static final String HTMLUNIT_FF_AGENT_STRING = "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0";
3838
private static final Matcher<String> HTMLUNIT_CHROME_AGENT_MATCHER = allOf(containsString("Chrome"), containsString("Mozilla"), containsString("AppleWebKit"), containsString("Safari"));
3939

4040
@After
@@ -81,7 +81,7 @@ public void withJavaScript__should_set_js_ON_overriding_given_capabilities() {
8181
}
8282

8383
@Test
84-
public void emulatingFirefox__should_emulate_latest_firefox__that_is__FIREFOX_45() {
84+
public void emulatingFirefox__should_emulate_latest_firefox() {
8585
// given
8686
// when
8787
$.driver().useHtmlUnit().emulatingFirefox();

0 commit comments

Comments
 (0)
0