+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@ private Map<String, Object> mergeChromiumOptions(Map<String, Object> stereotypeO
156
156
toReturn.put(name, value);
157
157
}
158
158
159
-
if (!name.equals("extensions") && !name.equals("args")) {
159
+
if (!name.equals("binary") && !name.equals("extensions") && !name.equals("args")) {
160
160
toReturn.put(name, value);
161
161
}
162
162
}
Original file line number Diff line number Diff line change
@@ -194,7 +194,7 @@ void shouldMergeEdgeSpecificOptionsFromStereotypeAndCaps() {
194
194
195
195
assertThat(modifiedCapabilities)
196
196
.extractingByKey("ms:edgeOptions").asInstanceOf(MAP)
197
-
.extractingByKey("binary").isNull();
197
+
.extractingByKey("binary").isEqualTo("/path/to/binary");
198
198
}
199
199
200
200
@Test
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4