Skip to content

Commit 2be0078

Browse files
committed
added SDK to test name for tracking
1 parent a299121 commit 2be0078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/e2e/layout-regions-example.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('ACME Bank', () => {
66
testName: Cypress.currentTest.title,
77
})
88
})
9-
it('should log into a bank account', () => {
9+
it('Cypress: should log into a bank account', () => {
1010
cy.visit('https://sandbox.applitools.com/bank?layoutAlgo=true');
1111

1212
// Full Page - Visual AI Assertion

cypress/e2e/simple-example.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('ACME Bank', () => {
66
testName: Cypress.currentTest.title,
77
})
88
})
9-
it('should log into a bank account', () => {
9+
it('Cypress: should log into a bank account', () => {
1010
cy.visit('https://sandbox.applitools.com/bank?layoutAlgo=true');
1111

1212
// Full Page - Visual AI Assertion

0 commit comments

Comments
 (0)