From 60b904e4e4bdd37a6ce9d886777b3fb08c0a8dca Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 24 Apr 2025 16:37:40 +0530 Subject: [PATCH] =?UTF-8?q?Added=20comment=20=F0=9F=92=8D=20Ring=20?= =?UTF-8?q?=F0=9F=92=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk/sdkCloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/sdkCloud.js b/sdk/sdkCloud.js index fca5502..7eeaaf5 100644 --- a/sdk/sdkCloud.js +++ b/sdk/sdkCloud.js @@ -33,7 +33,7 @@ let capabilities = { driver.manage().window().fullscreen(); try { await driver.get("https://www.lambdatest.com/visual-regression-testing"); - await smartuiSnapshot(driver, "LT-SmartUI"); + await smartuiSnapshot(driver, "LT-SmartUI"); // Capture Screenshot } finally { await driver.quit(); }