Cypress check_links.js times out for Apple Store and Instagram
See original GitHub issueWhere to find the issue
cypress/integration/hybrid/check_links.js
Describe the issue
When running the Cypress test cypress/integration/hybrid/check_links.js to check for correct working of hyperlinks, the test sometimes fails accessing some external links.
The timeout do not always occur. The following links are affected
- https://apps.apple.com/de/app/116117-app/id1465237675
- https://apps.apple.com/de/app/corona-warn-app/id1512595757
- https://www.instagram.com/rki_fuer_euch/
Steps to reproduce
Execute
npx cypress run -s cypress/integration/hybrid/check_links.js -c baseUrl=https://coronawarn.app --headed --browser chrome
in root directory of cwa-website
clone.
Example error:
Method: GET
URL: https://apps.apple.com/de/app/corona-warn-app/id1512595757
No response was received within the timeout.
Suggested change
Add the following links to the list on https://github.com/corona-warn-app/cwa-website/blob/3c204036c9368378daca86478cb283b5b29cd828/cypress/integration/hybrid/check_links.js#L37
- https://apps.apple.com/de/app/116117-app/id1465237675
- https://apps.apple.com/de/app/corona-warn-app/id1512595757
- https://www.instagram.com/rki_fuer_euch/
which avoids the listed links being tested.
Internal Tracking ID: EXPOSUREAPP-13420
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Instagram on the App Store
Read reviews, compare customer ratings, see screenshots and learn more about Instagram. Download Instagram and enjoy it on your iPhone, iPad and iPod...
Read more >GitHub - mooyoul/awesome-stars
js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import...
Read more >Untitled
M2e rakuten, Yugioh card shop online, Monika piekoszewska? ... Tna solutions jobs, Volleyball stats app for ipad, Croatia consulate cyprus, Creekfield woman ...
Read more >@apple • Instagram photos and videos
29m Followers, 9 Following, 1077 Posts - See Instagram photos and videos from @apple.
Read more >APPLE STORE (@appledealers__perambra) • Instagram ...
413 Followers, 295 Following, 26 Posts - See Instagram photos and videos from APPLE STORE (@appledealers__perambra)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MikeMcC399 Perfect! I’m going to create the PR then.