Skip to content

Commit 247eaf8

Browse files
committed
[fix] Selenium tests
1 parent a2eeba8 commit 247eaf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const executeCommand = (command, argv) => {
2424
export const getDriver = async () =>
2525
new Builder()
2626
.forBrowser("firefox")
27-
.setFirefoxOptions(new firefox.Options().headless())
27+
.setFirefoxOptions(new firefox.Options().addArguments('-headless'))
2828
.build();
2929

3030
export const getElementByCss = async (driver, css) => {

0 commit comments

Comments
 (0)