test: add test for insights compliance step

This commit is contained in:
Sanne Raymaekers 2024-09-16 13:01:31 +02:00 committed by Klara Simickova
parent 5d2525b7eb
commit 4c6d277ff1
2 changed files with 166 additions and 1 deletions

View file

@ -124,7 +124,10 @@ export const OscapProfileInformation = ({
>
Reference ID:
</TextListItem>
<TextListItem component={TextListItemVariants.dd}>
<TextListItem
data-testid="oscap-profile-info-ref-id"
component={TextListItemVariants.dd}
>
{oscapProfile?.profile_id}
</TextListItem>
<TextListItem