Skip to content

Commit 9d3bf6d

Browse files
Eyes Test Manager
1 parent 7370631 commit 9d3bf6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applitools.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
apiKey: 'APPLITOOLS_API_KEY',
1616

1717
// A batch is the collection of visual checkpoints for a test suite.
18-
// Batches are displayed in the dashboard, so use meaningful names.
18+
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
1919
batchName: 'Example: Cypress in JavaScript with the Ultrafast Grid',
2020

2121
// Applitools can run checkpoints for snapshots against any browser in the Ultrafast Grid.

cypress/e2e/acme-bank.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('ACME Bank', () => {
2121
// This test covers login for the Applitools demo site, which is a dummy banking app.
2222
// The interactions use typical Cypress calls,
2323
// but the verifications use one-line snapshot calls with Applitools Eyes.
24-
// If the page ever changes, then Applitools will detect the changes and highlight them in the dashboard.
24+
// If the page ever changes, then Applitools will detect the changes and highlight them in the Eyes Test Manager.
2525
// Traditional assertions that scrape the page for text values are not needed here.
2626
it('should log into a bank account', () => {
2727

0 commit comments

Comments
 (0)