Daniel Espino García
4c8594d330
Add linter rules for import order and type member delimiters ( #5514 )
...
* Add linter rules for import order and type member delimiters
* Remove unneeded group
* Group all app/* imports before the internal imports
* Move app/ imports before parent imports
* Separate @node_modules imports into a different group
* Substitute app paths by aliases
* Fix @node_modules import order and add test related modules
* Add aliases for types and test, and group import types
2021-07-23 11:06:04 +02:00
Joseph Baylon
8c8348ea0b
MM-35681 Detox/E2E: Add e2e for bot account, mention badges, at mention ( #5539 )
...
* MM-35681 Detox/E2E: Add e2e for bot account, mention badges, at mention
* Fix return for apiUpdateUserActiveStatus
* Fix param comment for apiCreateBot
* Move it blocks to the top
2021-07-15 09:10:08 -07:00
Joseph Baylon
53050595dd
MM-35355 Detox/E2E: Add e2e for channels settings ( #5377 )
...
* MM-35355 Detox/E2E: Add e2e for channels settings
* Added disabling of non prepackaged plugins to init
* Fix apiGetChannelByName doc parameter
2021-05-12 08:04:01 -07:00
Joseph Baylon
a610e7ae5b
MM-30426 Detox/E2E: Add e2e for MM-T3188, MM-T3193, MM-T3198, MM-T3229 ( #5228 )
2021-03-17 08:02:17 -03:00
Joseph Baylon
5b7f522404
MM-30423 Detox/E2E: Add e2e for MM-T3192, MM-T3215, MM-T3219, MM-T3221, MM-T3256 ( #5180 )
...
* MM-30423 Detox/E2E: Add e2e for MM-T3192, MM-T3215, MM-T3219, MM-T3221, MM-T3256
* Update detox/e2e/test/smoke_test/direct_messages.e2e.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Update detox/e2e/test/smoke_test/email_notifications.e2e.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Update detox/e2e/test/smoke_test/email_notifications.e2e.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Renamed return object status to userStatus
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
2021-02-23 08:09:47 -08:00
Joseph Baylon
7a1ede72e7
MM-31272 Detox/E2E - Add e2e tests for MM-T3232 and MM-T3234 ( #5100 )
2021-01-11 22:25:36 +08:00
Joseph Baylon
4f668f0fdf
MM-30286 Detox/E2E: Add e2e test for MM-T3222 and some cleanup ( #4959 )
...
* MM-30286 Detox/E2E: Add e2e test for MM-T3222 and some cleanup
* Fix merge issues
* Fix more issues
* Fixed new line
* Remove redundant check
* Updated instance to getElement
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2020-11-17 10:52:03 -08:00
Joseph Baylon
0dfb776290
MM-30165 Detox/E2E: Add e2e tests for channel notification preference ( #4949 )
...
* Detox/E2E: Add e2e tests for channel notification preference
* Fixed unit snap files
* Moved e2e to notifications and updated formatting
* Added basic snapshot tests
* Update app/components/radio_button/radio_button_group.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/components/radio_button/radio_button_group.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/components/radio_button/radio_button_group.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/components/sidebars/settings/drawer_item.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/screens/channel_info/edit_channel/edit_channel.tsx
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/screens/channel_info/notification_preference/notification_preference.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/screens/channel_info/notification_preference/notification_preference.tsx
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/components/radio_button/radio_button_group.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Fix radio button group snap file
* Simplified element call
* Rename channel sidebar to main sidebar
* Rename drawer button files
* Update app/components/sidebars/settings/settings_sidebar.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/screens/channel_info/channel_info_row.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update comments
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-11-10 10:53:38 -07:00