Skip to content

Commit da9b31c

Browse files
committedDec 12, 2023
updated test name
1 parent 2be0078 commit da9b31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

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

1212
// Full Page - Visual AI Assertion

‎cypress/e2e/simple-example.cy.js

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

1212
// Full Page - Visual AI Assertion

0 commit comments

Comments
 (0)
Please sign in to comment.