Files
sure/test
dripsmvcp 35b23da442 test(import): scope leak assertions to account select (#2194 CodeRabbit)
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.
2026-06-05 19:11:37 +09:00
..
2024-02-02 09:05:04 -06:00
2025-11-17 21:51:37 +01:00