harb/scripts/harb-evaluator
openhands ed5db3b000 fix: use toHaveText to correctly await swap completion after testId migration
getByTestId('swap-buy-button').waitFor({ state: 'visible' }) resolved
immediately because the button is always rendered; only its text changes.
Replace with expect(...).toHaveText('Buy KRK', { timeout: 60_000 }) to
correctly gate on the button returning to its idle state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 23:47:53 +00:00
..
helpers fix: use toHaveText to correctly await swap completion after testId migration 2026-03-02 23:47:53 +00:00
scenarios/sovereign-exit feat: Shared holdout scenario test helpers (#401) 2026-03-02 05:21:24 +00:00
evaluate.sh fix: address review feedback on holdout evaluator (#381) 2026-03-01 12:04:35 +00:00
holdout.config.ts fix: address review feedback on holdout evaluator (#381) 2026-03-01 12:04:35 +00:00