This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
link to ticket -> https://bixal-projects.atlassian.net/browse/VOTE-790
This Pr will update the internal links test... currently it is failing in the pipeline. After looking into it more the test was running through the whole sitemap and just timing out after running for like 15 mins. I think that there might have been a mistake in adding the sitemap in testing a few things and this will fix that and should now run in the pipeline quicker overall.
how to test:
npm run start
npm run cy:open
and check that the internal links test is passingnpm run cy:links
to check that the headless is running and passing as well.