whisper-money/tests/Browser
Víctor Falcón d1d1be7586
Remove budgets feature flag (#108)
## Summary
- Remove the `budgets` Pennant feature flag — budgets is now enabled for
all users
- Delete `EnsureBudgetsFeature` middleware and its route guard
- Remove `budgets` from shared Inertia features and the `Features`
TypeScript interface
- Remove all `Feature::for($user)->activate('budgets')` calls from tests
- Delete `BudgetFeatureFlagTest` and feature-disabled test cases from
`BudgetsFeatureNavigationTest`
2026-02-12 09:58:01 +01:00
..
assets Improve automation rules and sync error handling 2025-12-01 10:30:22 +01:00
.gitignore Add category type field support (#2) 2025-12-01 20:19:47 +01:00
AmountInputTest.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
AuthenticationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00
AutomationRuleBuilderTest.php test: Fix and improve Browser test suite (#62) 2026-01-19 10:04:25 +01:00
BankAccountsTest.php fix: Prevent automerge when CI checks have failed (#95) 2026-02-02 08:58:47 +01:00
BudgetCrudTest.php Remove budgets feature flag (#108) 2026-02-12 09:58:01 +01:00
BudgetsFeatureNavigationTest.php Remove budgets feature flag (#108) 2026-02-12 09:58:01 +01:00
CategoriesTest.php User Onboarding Flow (#23) 2025-12-12 13:06:08 +01:00
ImportTransactionsTest.php test: Fix and improve Browser test suite (#62) 2026-01-19 10:04:25 +01:00
OnboardingFlowTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00
TransactionsTest.php test: Fix and improve Browser test suite (#62) 2026-01-19 10:04:25 +01:00