Edit file attachment e2e tests (#29797)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
528026d6fb
Коммит
f9cff5c8d6
@@ -33,6 +33,9 @@ import {SystemUsers} from './system_console/sections/system_users/system_users';
|
||||
import {SystemUsersFilterPopover} from './system_console/sections/system_users/filter_popover';
|
||||
import {SystemUsersFilterMenu} from './system_console/sections/system_users/filter_menu';
|
||||
import {SystemUsersColumnToggleMenu} from './system_console/sections/system_users/column_toggle_menu';
|
||||
import ChannelsPostEdit from '@e2e-support/ui/components/channels/post_edit';
|
||||
import DeletePostConfirmationDialog from '@e2e-support/ui/components/channels/delete_post_confirmation_dialog';
|
||||
import RestorePostConfirmationDialog from '@e2e-support/ui/components/channels/restore_post_confirmation_dialog';
|
||||
|
||||
const components = {
|
||||
GlobalHeader,
|
||||
@@ -43,6 +46,7 @@ const components = {
|
||||
ChannelsAppBar,
|
||||
ChannelsHeader,
|
||||
ChannelsPostCreate,
|
||||
ChannelsPostEdit,
|
||||
ChannelsPost,
|
||||
FindChannelsModal,
|
||||
DeletePostModal,
|
||||
@@ -65,6 +69,8 @@ const components = {
|
||||
SystemUsersColumnToggleMenu,
|
||||
MessagePriority,
|
||||
UserProfilePopover,
|
||||
DeletePostConfirmationDialog,
|
||||
RestorePostConfirmationDialog,
|
||||
};
|
||||
|
||||
export {
|
||||
@@ -76,6 +82,7 @@ export {
|
||||
ChannelsAppBar,
|
||||
ChannelsHeader,
|
||||
ChannelsPostCreate,
|
||||
ChannelsPostEdit,
|
||||
ChannelsPost,
|
||||
FindChannelsModal,
|
||||
DeletePostModal,
|
||||
@@ -83,4 +90,5 @@ export {
|
||||
PostMenu,
|
||||
ThreadFooter,
|
||||
MessagePriority,
|
||||
DeletePostConfirmationDialog,
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user