fix: CI trigger, RepoPicker CSS, E2E stability#118
Merged
Conversation
- Remove push:[main] CI trigger that re-ran the full suite after every merge (#60) - Fix RepoPicker text truncation on mobile — add min-width:0 for proper flex overflow, word-break wrapping on narrow viewports, and cap badge width (#90) - Fix pwa-offline E2E: skip gracefully when no production build exists instead of crashing the server - Fix quick-create E2E: remove brittle "Parsing..." spinner assertion, update stale UI text matchers to match current component output - Set Playwright workers:1 to eliminate flaky failures from concurrent next dev servers contending on CPU and .next/cache
The /created|saved/ matcher could pass on partial batch failures like "1 issue created, 2 failed". Add explicit check that "failed" text is not visible on the results page.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
push: [main]CI trigger — every merged PR was running the full suite twice (closes CI:push: [main]re-runs the full test suite after merge — drop the trigger #60)workers: 1to eliminate resource contention between concurrentnext devserversTest plan
pnpm turbo typecheckpassespnpm turbo test— 398 unit tests passworkers: 1