Skip to content

Commit 0442211

Browse files
committed
Exclude all the problematic dogfood urls from screenshots
1 parent 30077c8 commit 0442211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

argos/tests/screenshot.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ function isBlacklisted(pathname: string) {
7373
// verbose useless dogfooding pages
7474
pathname.startsWith('/tests/docs/toc/') ||
7575
pathname.startsWith('/tests/docs/tags/') ||
76+
pathname.startsWith('/tests/docs/tests/category-links') ||
77+
pathname.startsWith('/tests/docs/tests/visibility') ||
7678
pathname.startsWith('/tests/blog/page/') ||
7779
pathname.startsWith('/tests/blog/tags/') ||
7880
// manually excluded urls

0 commit comments

Comments
 (0)