diff --git a/test/website-docs.spec.js b/test/website-docs.spec.js index 53483b2bbf3ee157506f39bf3cdfacc5157987ce..f484442d4f125a396e99b9c649749c887875f492 100644 --- a/test/website-docs.spec.js +++ b/test/website-docs.spec.js @@ -15,6 +15,7 @@ describe('docs', () => { .map(match => match.substring(4, match.length - 1)); const expectedOptions = options .filter(option => option.stage !== 'global') + .filter(option => option.releaseStatus !== 'unpublished') .filter(option => !option.admin) .filter(option => !option.parent) .map(option => option.name)