Skip to content

Commit f2a1c46

Browse files
committed
Changed file name
1 parent 337efcf commit f2a1c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/java/stepdefinitions/BStackDemoSteps.java renamed to src/test/java/stepdefinitions/bstack_test_add_to_cart.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.net.URL;
1717
import java.time.Duration;
1818

19-
public class BStackDemoSteps {
19+
public class bstack_test_add_to_cart {
2020

2121
private RemoteWebDriver driver;
2222
private String notedProductName;
@@ -25,7 +25,8 @@ public class BStackDemoSteps {
2525
public void i_open_the_bstack_demo_homepage() throws Exception {
2626
DesiredCapabilities caps = new DesiredCapabilities();
2727
caps.setBrowserName("chrome");
28-
// Set the
28+
29+
// Set the BrowserStack HUB URL
2930
driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), caps);
3031
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
3132
driver.get("https://www.bstackdemo.com");

0 commit comments

Comments
 (0)