Add missing feature categories to miscellaneous fixture specs
What does this MR do and why?
Adds missing feature_category: RSpec metadata to frontend fixture specs for various teams.
Part of #584630 (closed)
Changes
| File | Feature Category |
|---|---|
spec/frontend/fixtures/integrations.rb |
integrations |
spec/frontend/fixtures/timezones.rb |
internationalization |
spec/frontend/fixtures/application_settings.rb |
settings |
spec/frontend/fixtures/admin_users.rb |
user_management |
ee/spec/frontend/fixtures/oncall_schedule.rb |
on_call_schedule_management |
Feature categories based on config/feature_categories.yml.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
MR Checklist (@gerardo-navarro)
- Changelog entry added, if necessary - Not required for test metadata
- Documentation created/updated - Not applicable
- Tests added for this feature/bug - This MR updates test metadata
- Conforms to the code review guidelines
- Conforms to the style guides