@@ -45,7 +45,7 @@ describe('ACME Bank', function () {
4545
4646 // Create a new batch for tests.
4747 // A batch is the collection of visual checkpoints for a test suite.
48- // Batches are displayed in the dashboard , so use meaningful names.
48+ // Batches are displayed in the Eyes Test Manager , so use meaningful names.
4949 batch = new BatchInfo ( 'Applitools Example: WebdriverIO 7 JavaScript with the Ultrafast Grid' ) ;
5050
5151 // Create a configuration for Applitools Eyes.
@@ -95,7 +95,7 @@ describe('ACME Bank', function () {
9595 // This test covers login for the Applitools demo site, which is a dummy banking app.
9696 // The interactions use typical Selenium 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 // Load the login page.
@@ -123,7 +123,7 @@ describe('ACME Bank', function () {
123123 await browser . closeWindow ( ) ;
124124
125125 // Warning: `eyes.closeAsync()` will NOT wait for visual checkpoints to complete.
126- // You will need to check the Applitools dashboard for visual results per checkpoint.
126+ // You will need to check the Eyes Test Manager for visual results per checkpoint.
127127 // Note that "unresolved" and "failed" visual checkpoints will not cause the Mocha test to fail.
128128
129129 // If you want the ACME demo app test to wait synchronously for all checkpoints to complete, then use `eyes.close()`.
0 commit comments