Skip to content

Commit c566afc

Browse files
authored
Merge pull request #2 from Saurabh-LT/URLchanges
Added new URL
2 parents 1b3c5eb + b334bc7 commit c566afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/lambdatest/sdk/SmartUISDKCloud.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public void setup(Method m, ITestContext ctx) throws MalformedURLException {
4747
@Test
4848
public void basicTest() throws Exception {
4949
System.out.println("Loading Url");
50-
driver.get("https://www.lambdatest.com/support/docs/");
50+
driver.get("https://www.lambdatest.com/visual-regression-testing");
5151
Thread.sleep(1000);
52-
SmartUISnapshot.smartuiSnapshot(driver, "docs");
52+
SmartUISnapshot.smartuiSnapshot(driver, "visual-regression-testing");
5353
Thread.sleep(5000);
5454
driver.get("https://www.lambdatest.com");
5555
Thread.sleep(1000);

0 commit comments

Comments
 (0)