Skip to content

Commit 0b73058

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name" => "BStack-[Php] Sample Test", // test name
2525
"build" => "BStack Build Number 1" // CI/CD job or build name
2626
);
27-
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub",$caps);
27+
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub", $caps);
2828
try{
2929
$web_driver->get("http://bs-local.com:45691/check");
3030
$body_text = $web_driver->wait(10000)->until(WebDriverExpectedCondition::presenceOfElementLocated(WebDriverBy::cssSelector("body")))->getText();

0 commit comments

Comments
 (0)