Skip to content

Remove manifest-fetching script from test HTML#669

Merged
NullVoxPopuli merged 2 commits into
re-enable-a11y-testingfrom
copilot/sub-pr-667
Feb 21, 2026
Merged

Remove manifest-fetching script from test HTML#669
NullVoxPopuli merged 2 commits into
re-enable-a11y-testingfrom
copilot/sub-pr-667

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 21, 2026

Tests were crashing before any assertions ran with Global error: Script error. at , line 0 in Chrome. The culprit was a <script type="module"> in tests/index.html that fetch-ed /kolay-manifest/manifest.json — an endpoint served virtually by the kolay Vite plugin in dev mode only, absent from the built dist/ directory that testem serves.

Changes

  • docs-app/tests/index.html — Remove the script block that fetched /kolay-manifest/manifest.json and set window.__pages__:
    • window.__pages__ was already unused; the test had been updated to retrieve pages via docsManager(this) inside the test body
    • window.Buffer stub also contained in that block is already provided by app/app.ts

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Copilot AI changed the title [WIP] Re-enable accessibility testing Remove manifest-fetching script from test HTML Feb 21, 2026
Copilot AI requested a review from NullVoxPopuli February 21, 2026 03:52
@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review February 21, 2026 04:08
@NullVoxPopuli NullVoxPopuli merged commit 43c3951 into re-enable-a11y-testing Feb 21, 2026
17 of 18 checks passed
@NullVoxPopuli NullVoxPopuli deleted the copilot/sub-pr-667 branch February 21, 2026 04:08
@github-actions github-actions Bot mentioned this pull request Feb 21, 2026
@NullVoxPopuli NullVoxPopuli added the documentation Improvements or additions to documentation label Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants