corona-warn-app / cwa-website

Corona-Warn-App website. The CWA development ended on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
521 stars 224 forks source link

Add `#vac_booster_basics` to list of app anchors to test #3085

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

Where to find issue

cypress/fixtures/appToWebLinks.json

Description

Steps to reproduce

  1. Scan a 2/2 vaccination certificate into CWA
  2. Tap on Certificates, then right arrow to access certificate detailed view
  3. Tap on "Note on Booster Vaccination"
  4. Tap on FAQ link at bottom of page
  5. Note that web page https://www.coronawarn.app/en/faq/results/#vac_booster_basics is opened

For comparison in Cypress test suite:

Execute: npm run test:open Select app_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 section faqEntry.


Internal Tracking ID: EXPOSUREAPP-14045

MikeMcC399 commented 2 years ago