test(fusion_accounting_bank_rec): 5 OWL tour tests for widget smoke

Tours: smoke (header loads), select_line, accept_suggestion (skipped
in CI without AI config), auto_reconcile_wizard, load_more. Each
tour scripts a typical user interaction; the Python wrappers run them
via HttpCase.start_tour. Tagged 'tour' so they can be excluded from
fast unit-test runs and selected when full browser infra is available.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 13:47:23 -04:00
parent aaaf49989c
commit d623b67157
4 changed files with 156 additions and 1 deletions

View File

@@ -20,3 +20,4 @@ from . import test_auto_reconcile_wizard
from . import test_bulk_reconcile_wizard
from . import test_migration_round_trip
from . import test_coexistence
from . import test_bank_rec_tours