## Summary
- Reverts the CSV special-case added in `55f35c6` — `router.reload({
only: ['transactions'] })` now always fires in the syncing step so
CSV-imported transactions correctly appear in the categorize step.
- Fixes the `click('Skip')` selector in `OnboardingFlowTest` to use
`button:has-text("Skip")` instead of `'Skip'`, bypassing the Pest
browser plugin's exact-text fallback which timed out because the
button's full text content is `"Skip Ctrl+N"` (due to the `<Kbd>` child
element).
- Updates the onboarding flow browser test to exercise the full
categorize flow (skipping all 5 CSV transactions) instead of asserting
the empty state.
This commit was pushed after PR #201 was merged and did not make it into
main.
|
||
|---|---|---|
| .. | ||
| assets | ||
| .gitignore | ||
| AccountsPageTest.php | ||
| AmountInputTest.php | ||
| AuthenticationTest.php | ||
| AutomationRuleBuilderTest.php | ||
| BankAccountsTest.php | ||
| BudgetCrudTest.php | ||
| BudgetsFeatureNavigationTest.php | ||
| CategoriesTest.php | ||
| ImportTransactionsTest.php | ||
| OnboardingFlowTest.php | ||
| TransactionsTest.php | ||