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

Commit 85414a4

Browse files
committed
fix(fix tests and merge conflicts): fix tests and merge conflicts
1 parent c9a78c2 commit 85414a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cypress/integration/app-contact.spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,19 @@ describe('Contact Page', function () {
171171

172172
describe('Footer Navigation', function() {
173173
it('Navigate to SLA page', function () {
174-
cy.contains('Ready our SLA').click()
174+
cy.contains('Read our SLA').click()
175175
cy.url().should('include', '/service-level-agreement')
176176
})
177177
it('Navigate to Developer page', function () {
178-
cy.contains('I\'M A DEVELOPER').click()
178+
cy.contains('I\'m a developer').click()
179179
cy.url().should('include', '/opportunities/develop')
180180
})
181181
it('Navigate to Design page', function () {
182-
cy.contains('I\'M A DESIGNER').click()
182+
cy.contains('I\'m a designer').click()
183183
cy.url().should('include', '/opportunities/design')
184184
})
185185
it('Navigates to StartupJunto Registration Page', function () {
186-
cy.contains('JOIN US').click()
186+
cy.contains('Register Today!').click()
187187
})
188188
it('Navigates to OpenForge Twitter', function () {
189189
cy.contains('@OpenForge_US').click()

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)