Fix and re-enable HCP B_006 e2e Test
The spec file HCP B_006 Scheduling Questions is currently disabled. This is due to the fact that the test is passing locally when running the test in headless mode but fails when the build pipeline is running it. This is the error that happends in the pipeline.
CypressError: Timed out retrying after 20050ms: `cy.click()` failed because this element is `disabled`:
`<button _ngcontent-ng-c3240528583="" class="button" id="rcc-e2e-questionnaire-editor-button-preview-label" disabled="">Follow-...</button>`
Fix this problem, or use `{force: true}` to disable error checking.