Skip to content

Commit 482535e

Browse files
Eyes Test Manager
1 parent ab6b01e commit 482535e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/applitools/example/AcmeBankTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String [] args) {
6060

6161
// Create a new batch for tests.
6262
// A batch is the collection of visual tests.
63-
// Batches are displayed in the dashboard, so use meaningful names.
63+
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
6464
config.setBatch(BATCH);
6565

6666
// Add 3 desktop browsers with different viewports for cross-browser testing in the Ultrafast Grid.
@@ -95,7 +95,7 @@ public static void main(String [] args) {
9595
// The following steps are a test covering login for the Applitools demo site, which is a dummy banking app.
9696
// The interactions use typical Selenium WebDriver calls,
9797
// but the verifications use one-line snapshot calls with Applitools Eyes.
98-
// If the page ever changes, then Applitools will detect the changes and highlight them in the dashboard.
98+
// If the page ever changes, then Applitools will detect the changes and highlight them in the Eyes Test Manager.
9999
// Traditional assertions that scrape the page for text values are not needed here.
100100

101101
// Open Eyes to start visual testing.

0 commit comments

Comments
 (0)