You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps @guidepup/guidepup to 0.29.2 and migrates CI from the guidepup/setup-action GitHub Action to the @guidepup/setup npm package, following the upstream reference pattern.
CopilotAI
changed the title
Update Guidepup to 0.29.2 and migrate from setup-action to @guidepup/setup
Update Guidepup to 0.29.2 and replace setup-action with @guidepup/setup
Jul 28, 2026
@copilot, try increasing the timeout in the page.waitForTimeout calls which occur immediately typing the letter "a" in both the VoiceOver and NVDA test suites to 10000.
@copilot, try increasing the timeout in the page.waitForTimeout calls which occur immediately typing the letter "a" in both the VoiceOver and NVDA test suites to 10000.
Done — both page.waitForTimeout(4000) calls immediately after type("a") have been updated to page.waitForTimeout(10000) in voiceover.spec.mjs and nvda.spec.mjs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Bumps
@guidepup/guidepupto0.29.2and migrates CI from theguidepup/setup-actionGitHub Action to the@guidepup/setupnpm package, following the upstream reference pattern.Changes
package.json—@guidepup/guidepup:^0.25.0→^0.29.2.github/workflows/test.yml— replaceuses: guidepup/setup-action@<sha>with explicitnpxinvocations in both macOS and Windows jobs: