mirror of
https://github.com/we-promise/sure.git
synced 2026-07-12 12:55:20 +00:00
CodeRabbit nitpick: assert_match on response.body could pass/fail on text outside the account dropdown (sidebar, breadcrumb, error message, etc.) and gave false confidence in the refute_match exclusions. Switch to assert_select 'select[name="import[account_id]"] option', text: … so the assertions only see the option nodes the leak test actually cares about.