Skip to content

Commit

Permalink
Merge pull request #103 from ZeroGachis/task/bring-test-id-back
Browse files Browse the repository at this point in the history
🐛 QA - bring 'PopupTitle' testID visible
  • Loading branch information
ulricden authored Oct 20, 2023
2 parents 8229786 + 84a848a commit 7bf00a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dialogs/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const Dialog = (props: DialogProps) => {
dismissable={props.dismissable}
style={styles.dialog}
>
<BaseDialog.Title>
<Headline size="h4" style={titleStyle} testID={'PopupTitle'}>
<BaseDialog.Title testID={'PopupTitle'}>
<Headline size="h4" style={titleStyle}>
{props.title}
</Headline>
</BaseDialog.Title>
Expand Down

0 comments on commit 7bf00a1

Please sign in to comment.