Skip to content

Commit

Permalink
Adjust 1st test description
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Sep 28, 2023
1 parent 873abef commit 3376deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/TAT-CSC.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ describe('TAT Customer Service Center', () => {
cy.visit('./src/index.html')
})

it('check application title', () => {
it('checks the application title', () => {
cy.title().should('be.equal', 'TAT Customer Service Center')
})

Expand Down

0 comments on commit 3376deb

Please sign in to comment.