According to the CCL 3.2 milestone CCL uses the FAQ anchor #vac_booster_basics (see PR https://github.com/corona-warn-app/cwa-app-ccl/pull/90) starting with the release of the CWA 2.26 app. The FAQ link is shown when a booster notice is displayed to the user.
Where to find issue
cypress/fixtures/appToWebLinks.json
Description
According to the CCL 3.2 milestone CCL uses the FAQ anchor
#vac_booster_basics
(see PR https://github.com/corona-warn-app/cwa-app-ccl/pull/90) starting with the release of the CWA 2.26 app. The FAQ link is shown when a booster notice is displayed to the user.This anchor is not listed in the current test-data source on cypress/fixtures/appToWebLinks.json
Steps to reproduce
For comparison in Cypress test suite:
Execute:
npm run test:open
Selectapp_to_web.js
Note that#vac_booster_basics
is not tested even though the app uses the link.Suggestion
Add
#vac_booster_basics
to cypress/fixtures/appToWebLinks.json in the sectionfaqEntry
.Internal Tracking ID: EXPOSUREAPP-14045