mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
* refactor(brand_image_setting): migrate to function component
* test(brand_image_setting): update tests
Migrated tests to React Testing Library.
* refactor(brand_image_setting): wrap functions with useCallback
* test(brand_image_setting): use nock to mock fetch api
* test(brand_image_setting): use findby query instead of getby
* test(brand_image_setting): remove unnecessary scope assertion
* chore(brand_image_setting): split useEffect into two
Also extracted the handleSave function and wrapped it in useCallback.
* test(brand_image_setting): add e2e test for deleting brand image
* test(brand_image_setting): use destructured functions
* chore: delete unnecessary comment
* Revert "test(brand_image_setting): use destructured functions"
This reverts commit
|
||
|---|---|---|
| .. | ||
| authentication | ||
| compliance | ||
| reporting | ||
| site_configuration | ||
| ui_and_api | ||
| user_management | ||
| connected_workspaces_management_spec.ts | ||
| demoted_user_spec.js | ||
| environment_spec.js | ||
| feature_discovery_cloud_spec.js | ||
| feature_discovery_not_cloud_spec.js | ||
| feature_discovery_spec.js | ||
| inactive_users_spec.js | ||
| lock_teammate_name_display_spec.js | ||
| main_menu_spec.js | ||
| mobile_settings_spec.js | ||
| plugin_marketplace_url_spec.js | ||
| revoke_all_sessions_spec.js | ||
| search_box_not_cloud_spec.js | ||
| session_length_spec.js | ||
| sidebar_link_navigation_team_spec.js | ||
| site_url_config_spec.js | ||
| support_packet_generation_spec.js | ||
| true_up_review_spec.js | ||
| unsaved_changes_spec.js | ||
| user_management_not_cloud_spec.js | ||
| user_management_spec.js | ||
| workspace_deletion_spec.js | ||