File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/test/java/com/lambdatest Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ public void setUp() throws Exception {
25
25
capabilities .setCapability ("platform" , "Windows 10" ); // If this cap isn't specified, it will just get the any
26
26
// available one
27
27
capabilities .setCapability ("build" , "Junit Testing Example" );
28
- capabilities .setCapability ("name" , "GeoLocation Test" );
28
+ capabilities .setCapability ("name" , "Timezone Test" );
29
29
capabilities .setCapability ("plugin" , "git-junit" );
30
30
31
- capabilities .setCapability ("timezone" , "UTC+03:00" ); // Timezone capability to set the timezone
31
+
32
+
32
33
try {
33
34
driver = new RemoteWebDriver (new URL ("https://" + username + ":" + accessKey + gridURL ), capabilities );
34
35
} catch (MalformedURLException e ) {
You can’t perform that action at this time.
0 commit comments