Skip to content

Commit 25bb1e8

Browse files
committed
chore: data test id added
1 parent 39ab8fa commit 25bb1e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Pages/GlobalConfigurations/Authorization/APITokens/GenerateModal.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ const GenerateModal = ({
7171

7272
<InfoBlock
7373
heading="API Token"
74-
description={token}
74+
description={
75+
<div className="fs-13 font-roboto flexbox dc__word-break" data-testid="generated-token">
76+
{token}
77+
</div>
78+
}
7579
variant="success"
7680
customIcon={<Icon name="ic-key" color="G500" />}
7781
/>

0 commit comments

Comments
 (0)