Skip to content

Commit 6839e38

Browse files
test: Add reason
1 parent d94ec43 commit 6839e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests/source/tests/smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("Smoke test", function () {
5555
await driver.executeScript(
5656
`'browserstack_executor: {"action": "setSessionStatus", "arguments": {"status":"${
5757
allPassed ? "passed" : "failed"
58-
}"}}'`
58+
}", "reason": "none"}}'`
5959
);
6060

6161
await driver.quit();

0 commit comments

Comments
 (0)