There are currently 20 such elements in cwa-website located in:
/en/blog/* and /de/blog/*
/en/science/* and /de/science/*
/en/faq/results and /en/faq/results
/de/sign-language
Many of the directories checked, such as /en/sitemap/ do not contain any video content and are never expected to contain any video content in the future. This causes unnecessary checking.
Steps to reproduce
npm run test:open
select check_videos
Suggestion
Remove directories from the list to check in the cypress/e2e/check_videos.cy.js test spec, where there are no videos located and there are none to be expected:
Where to find the issue
cypress/e2e/check_videos.cy.js
Describe the issue
The Cypress test cypress/e2e/check_videos.cy.js searches in the web directories for HTML
<video>
elements.There are currently 20 such elements in cwa-website located in:
/en/blog/*
and/de/blog/*
/en/science/*
and/de/science/*
/en/faq/results
and/en/faq/results
/de/sign-language
Many of the directories checked, such as
/en/sitemap/
do not contain any video content and are never expected to contain any video content in the future. This causes unnecessary checking.Steps to reproduce
select check_videos
Suggestion
Remove directories from the list to check in the cypress/e2e/check_videos.cy.js test spec, where there are no videos located and there are none to be expected:
Benefit