Skip to content

Commit be487ff

Browse files
committed
Fix broken unit test
Root cause: SeleniumHQ/selenium#15200
1 parent 889c1c1 commit be487ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vividus-plugin-web-app/src/test/java/org/vividus/selenium/WebDriverFactoryTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2024 the original author or authors.
2+
* Copyright 2019-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -327,7 +327,6 @@ void testGetRemoteWebDriverFirefoxDriver() throws ReflectiveOperationException
327327
var sessionCaps = "{%n"
328328
+ " \"acceptInsecureCerts\" : true,%n"
329329
+ " \"browserName\" : \"firefox\",%n"
330-
+ " \"moz:debuggerAddress\" : true,%n"
331330
+ " \"moz:firefoxOptions\" : {%n"
332331
+ " \"prefs\" : {%n"
333332
+ " \"remote.active-protocols\" : 3,%n"

0 commit comments

Comments
 (0)