Skip to content

Commit a54f899

Browse files
committed
reverted OS version to Windows 10
1 parent d906f83 commit a54f899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/baeldung/BaseTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class BaseTest {
2020

2121
public ChromeOptions getChromeOptions () {
2222
var browserOptions = new ChromeOptions ();
23-
browserOptions.setPlatformName ("Windows 11");
23+
browserOptions.setPlatformName ("Windows 10");
2424
browserOptions.setBrowserVersion ("latest");
2525
HashMap<String, Object> ltOptions = new HashMap<String, Object> ();
2626
ltOptions.put ("project", "LambdaTest e-commerce website automation");

0 commit comments

Comments
 (0)