Maria A Nunez
d69e8b3e90
Removed draft tour point ( #30532 )
...
* Removed draft tour point
* Removed unused texts
* Fixed e2e tests
* Linting
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-03-21 11:06:36 -04:00
Harshil Sharma
c951a9cfac
Thread reply edit file handling bug fix ( #30470 )
...
* Fixed a bug where escape would delete all typed content
* Fixed rootId and postID
* fixed tests
* Type fix
* Fixed a test
* Search result edit fix
* Removed a test change
* threads view isn't RHS
* Fixed a cypress test
* Fixed a cypress test
* Fixed a flaky playwighr test
2025-03-18 16:19:18 +05:30
Ben Cooke
eb967b6b6d
MM-61707 ( #29606 )
...
* updating maxattempts for ldap
2025-03-12 18:22:03 -04:00
ayush-chauhan233
102e3472d8
[MM-61570]: Refactored the post priority menu and fixed the keyboard navigation issue in the menu. ( #29583 )
...
* [MA-7]: Refactored the post priority menu and fixed the keyboard navigation issue in the menu
* [MA-7]: Updated the menu list structure and fixed menu not closing bug
* [MA-7]: Review fixes minor code structure fixes
* [MA-7]: Fixed failing e2e test cases
* [MA-7]: Fixed styling and Keyboard behaviour of menu
* [MA-7]: Minor changes after rebased with master
* [MA-7]: Fixed failing playwright test case
* [MA-7]: Fixed failing e2e test cases
* [MA-7]: Fixed reverting of selected priority to previous value on menu close
* [MA-7]: Fixed failing smoke test
* [MA-7]: Fixed submenu pointer event and failing playwright test cases
* [MA-7]: Fixed failing playwright test case
* fix playwright tests
* fix playwright tests
---------
Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com >
2025-02-19 21:30:22 +00:00
ayush-chauhan233
b2b956c043
[MM-55278]: Fixed autofocus on submenu's first element ( #29547 )
2025-02-11 11:34:42 +05:30
Julien Tant
8fdb9ad358
Fix Playwright tests ( #30079 )
...
Automatic Merge
2025-02-01 04:50:08 +02:00
Julien Tant
1fcb6a49a8
[MM-60407] Add team selector to search bar ( #29389 )
...
Automatic Merge
2025-01-30 18:50:08 +02:00
Harshil Sharma
f9cff5c8d6
Edit file attachment e2e tests ( #29797 )
2025-01-29 17:15:49 +00:00
Jesús Espino
f1acdce42c
Removing opentracing ( #29965 )
...
* Removing opentracing
* Fixing CI
2025-01-29 07:45:13 +01:00
Saturnino Abril
5c9030ffc9
chore(deps): update ( #29939 )
2025-01-24 05:25:13 +08:00
ayush-chauhan233
5fbd6e1139
[MM-61588]: Fixed the keyboard interactivity of tablist and added appropriate ARIA properties ( #29592 )
...
* [MA-9]: Fixed the keyboard interactivity of tablist and added appropriate ARIA properties
* [MA-9]: Review Fixes: Added aria-level attribute to plugin preferences heading
* [MA-9]: Fixed failing e2e test case
* [MA-9]: Fixed styling in mobile view and fixed failing e2e test cases
* [MA-9]: Minor Refactoring
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-20 16:25:11 -05:00
Devin Binnie
0beac5c930
[MM-62587] Hide thread_footer when root post is deleted ( #29874 )
...
* [MM-62587] Hide thread_footer when root post is deleted
* Also remove the replies line from the RHS
* Fix logic to make sure post.delete_at exists
* Fix playwright test
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-17 09:55:09 -05:00
Saurabh Sharma
ec6bc7a5f4
[MM-61677]: Update heading level ( #29784 )
...
* [MA-51]: Update heading level
* [MA-51]: Fixed E2E tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-16 16:06:17 -05:00
Saurabh Sharma
132c27fb34
[MM-55285]: Screen reader speaking wrong item in list in Find Channels modal ( #29552 )
...
* [MA-11]: Fix Screen reader speaking wrong item in list in Find Channels modal
* [MA-11]: Update types across files
* [MA-11]: Minor refactoring
* [MA-11]: Fix e2e test
* [MA-11]: Fix E2E tests
* [MA-11]: Update role and id
* [MA-11]: Fix playwright tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-16 14:35:13 -05:00
Saturnino Abril
90e3d2833e
E2E/Playwright: Instantiate page in pw ( #29765 )
...
* instantiate page in pw
* update spec
* fix storage key and require user when logging in via API
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-14 04:30:42 +00:00
Pablo Vélez
19d0609b14
MM-62233 - update login flow images ( #29805 )
...
* MM-62233 - update login flow images
* fix snapshots
* update playwright snapshots
* fix other playwright snapshots
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-13 22:44:06 -05:00
Saturnino Abril
95b22f47a0
MM-62426: Remove form-data from @mattermost/client ( #29792 )
2025-01-10 13:28:32 +08:00
yasserfaraazkhan
e6b4764e0d
Fix: Playwright e2e tests ( #29768 )
2025-01-08 09:54:38 +00:00
fume4mattermost
55a7993a11
[MM-T5139] Add Standard message priority and system setting test ( #29526 )
...
* add Standard message priority and system setting test
* Refactor message priority config and test.
* Refactor to use new priority dialog locators and checks, ensuring default standard option is correctly verified.
* Fix whitespace and formatting in message priority components.
---------
Co-authored-by: Fume <contact@fumedev.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-01-08 15:21:09 +08:00
Jesús Espino
b8efccae69
Migrate MM-53377 regression test from Cypress to Playwright ( #29460 )
...
* feat: Migrate MM-53377 regression test from Cypress to Playwright
* fix: Update mm_53377 regression test to use admin client for setup
* fix: Correct admin client usage in mm_53377 regression test
* refactor: Standardize mm_53377 Playwright test with consistent naming and imports
* fix: Mark MM-T53377 test as fixme for investigation
* Migrating mm_53377_regression_test_spec.js cypress test to playwright
* Fixing linter errors
* Addressing PR review comment
* Fixing broken test
2024-12-12 12:02:22 +01:00
Saturnino Abril
90c0235c4b
upgrade playwright dependencies, screenshots and tests ( #29466 )
2024-12-04 19:52:18 +08:00
Julien Tant
dabf383d4c
[MM-61969] Fix regression where search suggestion would break when using uppercase letters ( #29400 )
2024-11-27 10:53:14 -07:00
Saturnino Abril
80289a0d8c
Playwright/E2E: Add method to stub notification in Playwright and automate MM-T483 ( #29203 )
2024-11-19 22:16:33 +08:00
Mario Vitale
cf5b4610b1
Fix E2E test reporting message for webhook ( #29304 )
...
* Fix testcases failing Webpack compilation
* Fix E2E test report message for webhook
* Demote more unstable tests
* Fix playwright reporting message, better test demotion
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-11-18 09:49:17 +01:00
yasserfaraazkhan
38823603a3
E2E test for scheduled Draft feature ( #28433 )
2024-11-15 02:39:35 +05:30
Claudio Costa
3af3af0b25
[MM-60792] Add support for loading experimental (e.g., in progress) languages ( #29009 )
...
* Add support for loading experimental (e.g., in progress) languages
* Fix e2e config
* Improve language labels
* Improvements
2024-11-14 15:02:00 -06:00
Nadav Tasher
5e47c97db4
Added support for S3 storage classes ( #28319 )
...
* Added support for S3 storage classes
* Added missing translations for S3 storage class
* Changed default storage class values to preserve original behaviour
* Changed storage class description and example
* Fix translations ordering
* Change configuration defaults to empty strings
* Remove redundant empty string check
* Validate storage class variable against constants from S3 API docs
* Validate export storage class against constants
* Use slices for config validation
* Applied patch for translation ordering
2024-11-13 12:29:44 +05:30
Mario Vitale
572584937c
Demote unstable tests from daily run ( #29147 )
...
* Demote unstable tests from daily run
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-11-12 12:04:32 +01:00
Mario Vitale
2975e529d5
Enable Cypress and Playwright retries ( #29056 )
...
* Enable Cypress and Playwright retries
* Improve E2E commit status messages
* Demote unstable testcases, increase task timeout
2024-11-05 11:46:06 +01:00
Saturnino Abril
c7aec8c5c5
follow up to MM-61126 desktop landing page ( #28888 )
2024-10-24 05:10:18 +08:00
yasserfaraazkhan
1a28bc2c58
Feat(e2e): E2E test for Optional desktop app landing page ( #28839 )
2024-10-22 05:40:25 +05:30
Mario Vitale
0a14eb3d45
E2E Tests: unify compose files, support Opensearch ( #28716 )
...
* Unify docker-compose files, support opensearch and redis
* Support cypress/playwright bools, MM_SERVICE_OVERRIDES input
* Remove unused directives from E2E tests
* [skip ci] Fix ES tests, PR messages
* [skip ci] Fix service pruning on server restart
* [skip ci] Make services overrides a CSV, better param descriptions
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-18 16:51:24 +02:00
Caleb Roseland
0f200adbe0
MM-58349: Shared Channels in System Console ( #28116 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me >
2024-10-09 07:53:19 -05:00
Mario Vitale
429c41747c
CLD-8395 Integrate playwright into E2E tests ( #28492 )
...
* Finalize Playwright E2E scripts integration, add videos
* Add suggestion by Saturn
Co-authored-by: Saturnino Abril <5334504+saturninoabril@users.noreply.github.com >
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Saturnino Abril <5334504+saturninoabril@users.noreply.github.com >
2024-10-09 13:05:11 +02:00
Ben Cooke
b3c7ef0b97
[MM-56073] MMCTL delete post command ( #27539 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-08 16:45:31 +02:00
Saturnino Abril
073e2cecaa
use node's native fetch, add ensureLicense flag and update snapshots ( #28279 )
2024-09-23 21:11:45 +08:00
armmanvaillancourt
73b14b417e
Improve E2E tests README for readability ( #27884 )
2024-09-16 15:02:46 +02:00
Saturnino Abril
eb560fff1e
Upgrade Playwright's dependencies ( #28125 )
...
* upgrade playwright's dependencies
* fix test
* fix types
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-09-10 14:54:10 +08:00
Yoo Dongryul
283f59b479
Fix Video Unavailable problem at YouTube preview ( #26980 )
...
* Fix YouTube preview shows Video Unavailable
* Fix typo on iframe property
* Remove duplicated property
* fix lint error (double-quotes, unknown property)
* renew snapshot for youtube_video.tsx
* fix double quotes and newline error on snapshot for youtube_video.tsx
* fix blank on snapshot for youtube_video.tsx
* Add YouTube Shorts Embed Preview
* Revert "Add YouTube Shorts Embed Preview"
This reverts commit b5fb7a4076ef73774a0e50157f371516b9d383b2.
* Add setting for Youtube Referrer Policy
* fix test code error about Youtube Referrer Policy
* remove mistake changes on `webpack.config.js`
* add test and snapshot about `youtubeReferrerPolicy = true`
* fix errors on ci
* update description of YouTube Referrer Policy
* remove unnecessary whitespace in default_config.ts
* remove ko.json changes to prevent conflict with translate tool
* update snapshot of `youtube_video.test.tsx`
* referrerPolicy on `youtube_video` didn't follow global policy value
https://github.com/mattermost/mattermost/pull/26980#discussion_r1672524152
* update snapshot of `youtube_video.test.tsx`
* Remove obsolete snapshot
* fix typo on index.ts @ youtube_video
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
2024-08-22 11:35:04 +02:00
M-ZubairAhmed
e2d7d2d23c
[MM-59060] Remove pre release features section from advanced section of user settings ( #27608 )
2024-07-18 13:01:57 +00:00
Agniva De Sarker
177389d224
MM-53962: Adding ES8 dependency ( #24399 )
...
* Adding ES8 dependency
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-07-11 13:13:31 +05:30
Daniel Schalla
1bbc3b4e83
[MM-58560] Configurable session revocation during password resets ( #27286 )
...
* [MM-58560] Allow for configurable session revocation during password reset
* Missing i18n additions
* Update Settings Wording
* Update Settings Wording #2
* Update default_config.ts for Session Termination
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-18 21:13:29 +02:00
Ben Schumacher
732932f51f
[MM-58059] Remove PostPriority feature flag ( #26929 )
2024-05-06 10:11:28 +02:00
Saturnino Abril
20825101a4
Playwright/E2E: Upgrade to playwright@1.43 and its dependencies ( #26833 )
...
* chore: upgrade to playwright@1.43 and its dependencies
* fix lint
* attempt to fix lint error on console
2024-04-23 06:58:49 +08:00
Colton Shaw
1530228308
MM-54569 : Update maximum password length on UI to 72 characters ( #26699 )
2024-04-17 11:33:55 +00:00
Ben Schumacher
c5cf4101da
[MM-57085] Remove UseNewSAMLLibrary experimental setting ( #26392 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-04-05 16:56:01 +02:00
Saturnino Abril
ed00cf78ff
CLD-7353 E2E: Disable sending diagnostics and security alert on test servers ( #26510 )
...
* test: disable sending diagnostics and security alert on test servers
* log notable server config
2024-03-28 09:43:53 +01:00
Ben Schumacher
7337c384a8
[MM-57106] Remove unused cluster settings ( #26490 )
2024-03-22 10:44:38 +01:00
Saturnino Abril
53471c7e8c
E2E/Playwright: Upgrade playwright/dependencies and test server config ( #26464 )
...
* chore: upgrade playwright and test server config
* add post install script
* update config types
* fix visual test
2024-03-19 08:09:25 +08:00
M-ZubairAhmed
90b21cad33
End to End test for Admin Reporting for Users, new User Management screen ( #26077 )
...
https://mattermost.atlassian.net/browse/MM-56672
https://mattermost.atlassian.net/browse/MM-56666
https://mattermost.atlassian.net/browse/MM-56673
2024-02-12 08:28:47 +00:00