We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30077c8 commit 0442211Copy full SHA for 0442211
argos/tests/screenshot.spec.ts
@@ -73,6 +73,8 @@ function isBlacklisted(pathname: string) {
73
// verbose useless dogfooding pages
74
pathname.startsWith('/tests/docs/toc/') ||
75
pathname.startsWith('/tests/docs/tags/') ||
76
+ pathname.startsWith('/tests/docs/tests/category-links') ||
77
+ pathname.startsWith('/tests/docs/tests/visibility') ||
78
pathname.startsWith('/tests/blog/page/') ||
79
pathname.startsWith('/tests/blog/tags/') ||
80
// manually excluded urls
0 commit comments