Skip to content

Commit

Permalink
🐛 Restore TestID
Browse files Browse the repository at this point in the history
  • Loading branch information
sGeeK44 committed Sep 21, 2023
1 parent 22fb0a3 commit 42b7fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Dialog = (props: DialogProps) => {
style={styles.dialog}
>
<BaseDialog.Title>
<Headline size="h4" style={titleStyle}>
<Headline size="h4" style={titleStyle} testID={'PopupTitle'}>
{props.title}
</Headline>
</BaseDialog.Title>
Expand Down

0 comments on commit 42b7fa3

Please sign in to comment.