File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public static void main(String[] args)
2929 browserstackOptions .put ("buildName" , "browserstack-build-1" );
3030 browserstackOptions .put ("sessionName" , "first_test" );
3131
32- // Passing browserstack caspabilities inside bstack:options
32+ // Passing browserstack capabilities inside bstack:options
3333 caps .setCapability ("bstack:options" , browserstackOptions );
3434
3535 // Set URL of the application under test
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public static void main(String[] args)
2828 browserstackOptions .put ("buildName" , "browserstack-build-1" );
2929 browserstackOptions .put ("sessionName" , "first_test" );
3030
31- // Passing browserstack caspabilities inside bstack:options
31+ // Passing browserstack capabilities inside bstack:options
3232 caps .setCapability ("bstack:options" , browserstackOptions );
3333
3434 // Set URL of the application under test
You can’t perform that action at this time.
0 commit comments