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

Commit 50d7f6b

Browse files
committed
feat: change test case
1 parent 5cd5255 commit 50d7f6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cypress/integration/sample_spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ describe('My First Test', function() {
1111
describe('My First Test', function() {
1212
it('Visits contact page', function() {
1313
cy.visit('https://openforge.io/contact')
14+
cy.contains('Read our SLA').click()
15+
// Should be on a new URL which includes '/commands/actions'
16+
cy.url().should('include', '/service-level-agreement')
1417
})
1518
})

0 commit comments

Comments
 (0)