Explorar el Código

test on Chrome instead of Edge

Jonas Gloning hace 2 años
padre
commit
c8f22ad566
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      e2e/wdio.bstack.conf.ts

+ 1 - 1
e2e/wdio.bstack.conf.ts

@@ -16,7 +16,7 @@ export const config: WebdriverIO.Config = {
 		],
 		capabilities: [
 			{
-				browserName: "Edge",
+				browserName: "Chrome",
 				"bstack:options": {
 					os: "Windows",
 					osVersion: "11",