* MM-30286 Detox/E2E: Add e2e test for MM-T3236 * Fix more testID hierarchies * Fix typo * Fix failing test * Remove extra lines * Updated to use string interpolation * Update channels list element query * Updated channel item unit test to be more consistent * Fix error text testID hierarchies; fix edit channel info testIDs * Fix snap file * Fix line return
68 lines
1.9 KiB
Text
68 lines
1.9 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PostDraft Archived should match snapshot 1`] = `
|
|
<Connect(Archived)
|
|
deactivated={false}
|
|
intl={
|
|
Object {
|
|
"defaultFormats": Object {},
|
|
"defaultLocale": "en",
|
|
"formatDate": [Function],
|
|
"formatHTMLMessage": [Function],
|
|
"formatMessage": [Function],
|
|
"formatNumber": [Function],
|
|
"formatPlural": [Function],
|
|
"formatRelative": [Function],
|
|
"formatTime": [Function],
|
|
"formats": Object {},
|
|
"formatters": Object {
|
|
"getDateTimeFormat": [Function],
|
|
"getMessageFormat": [Function],
|
|
"getNumberFormat": [Function],
|
|
"getPluralFormat": [Function],
|
|
"getRelativeFormat": [Function],
|
|
},
|
|
"locale": "en",
|
|
"messages": Object {},
|
|
"now": [Function],
|
|
"onError": [Function],
|
|
"textComponent": "span",
|
|
"timeZone": null,
|
|
}
|
|
}
|
|
reactReduxForwardedRef={null}
|
|
rootId="root-id"
|
|
selectPenultimateChannel={[MockFunction]}
|
|
teamId="team-id"
|
|
testID="post_draft.archived"
|
|
theme={
|
|
Object {
|
|
"awayIndicator": "#ffbc42",
|
|
"buttonBg": "#166de0",
|
|
"buttonColor": "#ffffff",
|
|
"centerChannelBg": "#ffffff",
|
|
"centerChannelColor": "#3d3c40",
|
|
"codeTheme": "github",
|
|
"dndIndicator": "#f74343",
|
|
"errorTextColor": "#fd5960",
|
|
"linkColor": "#2389d7",
|
|
"mentionBg": "#ffffff",
|
|
"mentionBj": "#ffffff",
|
|
"mentionColor": "#145dbf",
|
|
"mentionHighlightBg": "#ffe577",
|
|
"mentionHighlightLink": "#166de0",
|
|
"newMessageSeparator": "#ff8800",
|
|
"onlineIndicator": "#06d6a0",
|
|
"sidebarBg": "#145dbf",
|
|
"sidebarHeaderBg": "#1153ab",
|
|
"sidebarHeaderTextColor": "#ffffff",
|
|
"sidebarText": "#ffffff",
|
|
"sidebarTextActiveBorder": "#579eff",
|
|
"sidebarTextActiveColor": "#ffffff",
|
|
"sidebarTextHoverBg": "#4578bf",
|
|
"sidebarUnreadText": "#ffffff",
|
|
"type": "Mattermost",
|
|
}
|
|
}
|
|
/>
|
|
`;
|