Skip to content

Commit 56b6bec

Browse files
RutvikChandlaasambstack
authored andcommitted
Update scripts/single.php
Co-authored-by: Aditya Samantaray <[email protected]>
1 parent 7ddb25b commit 56b6bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name" => "BStack-[Php] Sample Test", // test name
1212
"build" => "BStack Build Number 1" // CI/CD job or build name
1313
);
14-
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub",$caps);
14+
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub", $caps);
1515
try{
1616
$web_driver->get("https://bstackdemo.com/");
1717
$web_driver->wait(10000)->until(WebDriverExpectedCondition::titleIs("StackDemo"));

0 commit comments

Comments
 (0)