Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit c9a78c2

Browse files
committed
test(app-contact.spec.js): fix failing tests
1 parent d0f4441 commit c9a78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/app-contact.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('Contact Page', function () {
171171

172172
describe('Footer Navigation', function() {
173173
it('Navigate to SLA page', function () {
174-
cy.contains('Read our SLA').click()
174+
cy.contains('Ready our SLA').click()
175175
cy.url().should('include', '/service-level-agreement')
176176
})
177177
it('Navigate to Developer page', function () {

0 commit comments

Comments
 (0)