Skip to content

Commit 6dc7d21

Browse files
authored
Merge pull request #36 from LambdaTest/Added_comment
Added comment ๐Ÿ’ Ring ๐Ÿ’
2 parents 8c6ea88 + 60b904e commit 6dc7d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žsdk/sdkCloud.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let capabilities = {
3333
driver.manage().window().fullscreen();
3434
try {
3535
await driver.get("https://www.lambdatest.com/visual-regression-testing");
36-
await smartuiSnapshot(driver, "LT-SmartUI");
36+
await smartuiSnapshot(driver, "LT-SmartUI"); // Capture Screenshot
3737
} finally {
3838
await driver.quit();
3939
}

0 commit comments

Comments
ย (0)