File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/applitools/example Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments