Skip to content

Fix flaky bookmark button test on Windows (Issue #6)#11

Merged
richardkmichael merged 1 commit intodevelopmentfrom
windows-debug
Jan 12, 2026
Merged

Fix flaky bookmark button test on Windows (Issue #6)#11
richardkmichael merged 1 commit intodevelopmentfrom
windows-debug

Conversation

@richardkmichael
Copy link
Owner

Summary

  • Address race condition where React re-render removes bookmark button
  • Add 50ms delay before initial insertion (wait for React hydration)
  • Re-insert button if React removes it (belt-and-suspenders)

Fixes #6

Test plan

  • All 36 tests pass locally on macOS
  • Tested on Windows VM (10/10 runs passed)
  • Verify Windows CI passes in this PR

🤖 Generated with Claude Code

Address race condition where React re-render removes button:
- Add 50ms delay before initial insertion (wait for React hydration)
- Re-insert button if React removes it (belt-and-suspenders)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@richardkmichael richardkmichael merged commit f9fb394 into development Jan 12, 2026
1 of 4 checks passed
@richardkmichael richardkmichael deleted the windows-debug branch January 12, 2026 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky Windows CI: bookmark button test intermittently fails

1 participant