This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -194,16 +194,16 @@ describe('Contact Page', function () {
194194 // cy.contains('Register Today!').click()
195195 } )
196196 it ( 'Navigates to OpenForge Twitter' , function ( ) {
197- cy . contains ( '@OpenForge_US ' ) . click ( )
197+ cy . contains ( '@openforgemobile ' ) . click ( )
198198 } )
199199 it ( 'Navigates to OpenForge Facebook' , function ( ) {
200- cy . contains ( 'OpenForge_US ' ) . click ( )
200+ cy . contains ( 'openforgemobile ' ) . click ( )
201201 } )
202202 it ( 'Navigates to OpenForge Linkedin' , function ( ) {
203- cy . contains ( 'OpenForge_US ' ) . click ( )
203+ cy . contains ( 'openforge ' ) . click ( )
204204 } )
205205 it ( 'Navigates to OpenForge Instagram' , function ( ) {
206- cy . contains ( '@OpenForgeTeam ' ) . click ( )
206+ cy . contains ( '@openforgemobile ' ) . click ( )
207207 } )
208208 //it('Open native mail to contact Hello@openforge.io', function () {
209209 //cy.contains('hello@openforge.io').click()
Original file line number Diff line number Diff line change @@ -428,10 +428,10 @@ export const translations = {
428428 } ,
429429 social : {
430430 followUs : 'Follow Us' ,
431- twitter : '@OpenForge_US ' ,
432- facebook : 'OpenForge_US ' ,
433- linkedin : 'OpenForge_US ' ,
434- instagram : '@OpenForgeTeam ' ,
431+ twitter : '@openforgemobile ' ,
432+ facebook : 'openforgemobile ' ,
433+ linkedin : 'openforge ' ,
434+ instagram : '@openforgemobile ' ,
435435 sla : 'Read our SLA' ,
436436 } ,
437437 webinar : {
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ export class AppFooter {
4141 < h2 > { translate ( 'footer.social.followUs' ) } </ h2 >
4242 < ul class = "footer--social-links" >
4343 < li >
44- < a href = "https://twitter.com/OpenForge_US " id = "twitter" target = "_blank" rel = "noopener" >
44+ < a href = "https://twitter.com/openforgemobile " id = "twitter" target = "_blank" rel = "noopener" >
4545 < i class = "fab fa-twitter-square" aria-hidden = "true" /> { translate ( 'footer.social.twitter' ) }
4646 </ a >
4747 </ li >
4848 < li >
49- < a href = "https://www.facebook.com/OpenForgeUS /" id = "facebook" target = "_blank" rel = "noopener" >
49+ < a href = "https://www.facebook.com/openforgemobile /" id = "facebook" target = "_blank" rel = "noopener" >
5050 < i class = "fab fa-facebook-square" aria-hidden = "true" /> { translate ( 'footer.social.facebook' ) }
5151 </ a >
5252 </ li >
@@ -56,7 +56,7 @@ export class AppFooter {
5656 </ a >
5757 </ li >
5858 < li >
59- < a href = "https://www.instagram.com/openforgeteam /" id = "instagram" target = "_blank" rel = "noopener" >
59+ < a href = "https://www.instagram.com/openforgemobile /" id = "instagram" target = "_blank" rel = "noopener" >
6060 < i class = "fab fa-instagram" aria-hidden = "true" /> { translate ( 'footer.social.instagram' ) }
6161 </ a >
6262 </ li >
You can’t perform that action at this time.
0 commit comments