Explorar el Código

removed obsolete code

Gildas hace 5 años
padre
commit
3e45b3f2c9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      cli/back-ends/playwright-firefox.js

+ 0 - 1
cli/back-ends/playwright-firefox.js

@@ -64,7 +64,6 @@ function getBrowserOptions(options) {
 	if (options.browserExecutablePath) {
 		browserOptions.executablePath = options.browserExecutablePath || "firefox";
 	}
-	browserOptions.product = "firefox";
 	return browserOptions;
 }