File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export const EmptyMessageView = () => {
8383 $flexDirection = "column"
8484 $justifyContent = "center"
8585 $alignItems = "center"
86+ data-testid = { newAccountCreated ? 'empty-msg-view-account-created' : 'empty-msg-view-welcome' }
8687 >
8788 { newAccountCreated ? (
8889 < >
Original file line number Diff line number Diff line change @@ -396,6 +396,9 @@ declare module 'react' {
396396 | `${NotificationRadioButtons } `
397397 | `avatar-${Avatars } `
398398 | `pro-badge-${ProBadges } `
399+ // empty msg view ids
400+ | 'empty-msg-view-account-created'
401+ | 'empty-msg-view-welcome'
399402 | 'last-updated-timestamp'
400403 | 'account-id-pill'
401404 // Once the whole app have datatestId when required, this `invalid-data-testid` will be removed
You can’t perform that action at this time.
0 commit comments