Skip to content

Commit

Permalink
added SDK to test name for tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
MJApplitools committed Dec 6, 2023
1 parent c6dee9b commit 0885ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/com/applitools/example/AcmeBankTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void main(String [] args) {
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));

// Start Applitools Visual AI Test
eyes.open(driver,"ACME Bank", "Log into a bank account", new RectangleSize(1200, 600));
eyes.open(driver,"ACME Bank", "Selenium Java Basic: Log into a bank account", new RectangleSize(1200, 600));
driver.get("https://sandbox.applitools.com/bank?layoutAlgo=true");

// Full Page - Visual AI Assertion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void main(String [] args) {
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));

// Start Applitools Visual AI Test
eyes.open(driver,"ACME Bank", "Log into a bank account", new RectangleSize(1200, 600));
eyes.open(driver,"ACME Bank", "Selenium Java Basic: Log into a bank account", new RectangleSize(1200, 600));
driver.get("https://sandbox.applitools.com/bank?layoutAlgo=true");

// Full Page - Visual AI Assertion
Expand Down

0 comments on commit 0885ce7

Please sign in to comment.