harb/scripts/harb-evaluator/helpers
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
..
assertions.ts fix: address review feedback on holdout helpers 2026-03-02 05:59:21 +00:00
rpc.ts fix: address review feedback on holdout helpers 2026-03-02 05:59:21 +00:00
swap.ts fix: use toHaveText to correctly await swap completion after testId migration 2026-03-02 23:47:53 +00:00
wallet.ts fix: address review feedback on holdout helpers 2026-03-02 05:59:21 +00:00