feat(ui-test): enable verify to be covered (#468)
This commit is contained in:
parent
1421b9e651
commit
475847ff12
@ -67,7 +67,12 @@ export default function ProjectInfoCard({ metadata, intention }: IProps) {
|
||||
</Row>
|
||||
<Row align="center">
|
||||
<Col>
|
||||
{validation == 'VALID' ? <StyledVerifiedIcon src="/icons/verified-domain.svg" /> : null}
|
||||
{validation == 'VALID' ? (
|
||||
<StyledVerifiedIcon
|
||||
src="/icons/verified-domain.svg"
|
||||
data-testid="session-info-verified"
|
||||
/>
|
||||
) : null}
|
||||
<Link style={{ verticalAlign: 'middle' }} href={url} data-testid="session-info-card-url">
|
||||
<StyledLink>{url}</StyledLink>
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user