Fix data-test-id
for TokenCreateDialog
(#3034)
This commit is contained in:
parent
167274d361
commit
93df011c7b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const TokenCreateDialog: React.FC<TokenCreateDialogProps> = props => {
|
||||||
<Typography variant="caption">
|
<Typography variant="caption">
|
||||||
<FormattedMessage id="Wm+KUd" defaultMessage="Headers" />
|
<FormattedMessage id="Wm+KUd" defaultMessage="Headers" />
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography data-test-id="generated-token">
|
<Typography data-test-id="generated-headers">
|
||||||
<Mono className={classes.mono}>{headers}</Mono>
|
<Mono className={classes.mono}>{headers}</Mono>
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue