mattermost/e2e-tests/cypress/tests/integration/channels
Vicktor 6878d09547
refactor(brand_image_setting): migrate BrandImageSetting to a function component (#34536)
* 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 71dc6628ed.

* Fix bad merge

* Fully revert changes to test from merge

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
2026-04-09 09:16:23 -04:00
..
accessibility MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
account_settings MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
ad_ldap E2E/Cypress: Upgrade dependencies (#33665) 2025-09-01 14:14:13 +08:00
archived_channel MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
auth_sso Fixed a bug where signup link showed up when signup was disabled (#35769) 2026-04-09 10:21:08 +05:30
autocomplete [MM-55285]: Screen reader speaking wrong item in list in Find Channels modal (#29552) 2025-01-16 14:35:13 -05:00
benchmark MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
bot_accounts MM-51231 Replace react-custom-scrollbars with react-simplebar (#33783) 2025-09-03 18:30:19 -04:00
channel E2E/Cypress: Upgrade cypress to 15.11 (#35466) 2026-03-09 16:01:04 +08:00
channel_settings MM-65677 - prevent modals to close via save changes panel (#33913) 2025-09-30 10:13:09 +02:00
channel_sidebar MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
collapsed_reply_threads MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
commands E2E/Cypress: Upgrade dependencies (#33665) 2025-09-01 14:14:13 +08:00
custom_status MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
emoji feat: pass unicode emojis from emoji picker to textare (#35419) 2026-03-10 20:37:53 +07:00
enterprise Fix Enterprise Advanced upsell messaging for Enterprise licenses (#35933) 2026-04-06 10:25:13 -04:00
files_and_attachments MM-66620 Fixing compact image attachment alignment (#35678) 2026-03-30 16:31:50 +03:00
integrations [MM-67905] Allow full Markdown rendering in message attachment footer (#35570) 2026-03-19 11:33:16 +01:00
interactive_dialog fix: datetime and edit specs (#35455) 2026-03-04 11:30:36 +08:00
interactive_menu MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
keyboard_shortcuts fix: datetime and edit specs (#35455) 2026-03-04 11:30:36 +08:00
large_data_sets Move /e2e -> /e2e-tests 2023-03-28 18:10:00 +02:00
mark_as_unread E2E/Cypress: Upgrade dependencies (#33665) 2025-09-01 14:14:13 +08:00
markdown MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
menus [MM-55274] User account menu doesn't follow standard accessible keyboard behavior (#29173) 2025-01-15 00:55:38 +05:30
message_forwarding [MM-63023] Conditionally make thread item elements focusable based on whether they have an interaction (#30592) 2025-04-22 15:55:30 -04:00
messaging feat: pass unicode emojis from emoji picker to textare (#35419) 2026-03-10 20:37:53 +07:00
modals Fix Cypress tests on master (#26500) 2024-03-20 23:09:45 +05:30
move_thread [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00
multi_team_and_dm MM-66653: migrate i18n extraction from mmjstool to @formatjs/cli (#34498) 2026-01-12 17:22:04 -06:00
notifications MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
onboarding [MM-67030] Remove newsletter signup and replace with terms/privacy agreement (#34801) 2026-01-23 18:24:27 +00:00
performance Enable Cypress and Playwright retries (#29056) 2024-11-05 11:46:06 +01:00
plugins MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
profile_settings [MM-55274] User account menu doesn't follow standard accessible keyboard behavior (#29173) 2025-01-15 00:55:38 +05:30
scroll MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
search MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
search_autocomplete E2E/Cypress: Upgrade dependencies (#33665) 2025-09-01 14:14:13 +08:00
search_filter [MM-63007][MM-63004][MM-63020][MM-63009][MM-63008] More accessibility fixes around Search (#31409) 2025-06-17 17:47:30 -04:00
settings MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
signin_authentication Fixed a bug where signup link showed up when signup was disabled (#35769) 2026-04-09 10:21:08 +05:30
slash_commands Move /e2e -> /e2e-tests 2023-03-28 18:10:00 +02:00
status MM-61382 Date/Time Picker Input Fix and Refactor (#31330) 2025-06-16 08:01:16 -04:00
subpath Move /e2e -> /e2e-tests 2023-03-28 18:10:00 +02:00
system_console refactor(brand_image_setting): migrate BrandImageSetting to a function component (#34536) 2026-04-09 09:16:23 -04:00
team_settings chore: migrate flaky cypress test to playwright (#35468) 2026-03-06 13:48:00 +08:00
test_notification E2E/Cypress: Upgrade cypress to 15.11 (#35466) 2026-03-09 16:01:04 +08:00
toast MM-66362 feat: run e2e full tests after successful smoke tests both in cypress and playwright (#34868) 2026-02-02 08:37:55 +08:00
users [MM-63480] Remove user cache early when deactivating user (#30571) 2025-04-02 12:31:07 -07:00
websocket E2E/Cypress: Upgrade dependencies (#33665) 2025-09-01 14:14:13 +08:00