diff --git a/test/src/data/contact-page.js b/test/src/data/contact-page.js index 2f8bf1562..d73108947 100644 --- a/test/src/data/contact-page.js +++ b/test/src/data/contact-page.js @@ -31,6 +31,6 @@ export default { mailing_address: '

OpenStax

Rice University
6100 Main Street MS-375
Houston, TX 77005

', customer_service: - '

Need help?
Visit our Support Center.

', + '

Need help?
Visit our Support Center.

', promote_image: null }; diff --git a/test/src/pages/contact.test.tsx b/test/src/pages/contact.test.tsx index b95104a07..cc1d4946c 100644 --- a/test/src/pages/contact.test.tsx +++ b/test/src/pages/contact.test.tsx @@ -43,7 +43,7 @@ const pageData = { mailingAddress: '

OpenStax

Rice University
6100 Main Street MS-375
Houston, TX 77005

', customerService: - '

Need help?
Visit our Support Center.

', + '

Need help?
Visit our Support Center.

', promoteImage: null, slug: 'pages/contact' };