diff --git a/test/api/v4/faq/GET-faq.test.js b/test/api/v4/faq/GET-faq.test.js index 5c7ab31ce6..f18eddd625 100644 --- a/test/api/v4/faq/GET-faq.test.js +++ b/test/api/v4/faq/GET-faq.test.js @@ -37,6 +37,8 @@ describe('GET /faq', () => { expect(res).to.have.property('questions'); expect(res.questions[0]).to.eql({ + exclusions: [], + heading: 'overview', question: translate('faqQuestion0'), ios: translate('iosFaqAnswer0'), }); @@ -57,6 +59,8 @@ describe('GET /faq', () => { expect(res).to.have.property('questions'); expect(res.questions[0]).to.eql({ + exclusions: [], + heading: 'overview', question: translate('faqQuestion0'), android: translate('androidFaqAnswer0'), }); diff --git a/website/client/src/components/static/faq.vue b/website/client/src/components/static/faq.vue index 783270f2bc..f4ed0faefd 100644 --- a/website/client/src/components/static/faq.vue +++ b/website/client/src/components/static/faq.vue @@ -5,40 +5,44 @@ >