Skip to content

Commit 056a2ab

Browse files
committed
update: source key
1 parent aa12fef commit 056a2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/browserstack/stepdefs/StackDemoSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class StackDemoSteps {
2525
public void setUp() throws MalformedURLException {
2626
MutableCapabilities capabilities = new MutableCapabilities();
2727
HashMap<String, String> bstackOptions = new HashMap<>();
28-
bstackOptions.putIfAbsent("source", "cucumber-java:sample-sdk:v1.1");
28+
bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.2");
2929
capabilities.setCapability("bstack:options", bstackOptions);
3030
driver = new RemoteWebDriver(
3131
new URL("https://hub.browserstack.com/wd/hub"), capabilities);

0 commit comments

Comments
 (0)