mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2026-06-14 17:02:31 +02:00
Wait for "Action id copied" confirmation notification after clicking "Copy Action Id". This ensures the clipboard was actually updated before proceeding to paste, fixing the race condition where the test would paste stale clipboard data. The old wait for "Stop Tracking" was unreliable because that button exists in both the old and new notifications during the transition. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>