Skip to content

Commit c0c3f84

Browse files
chore: add data-cy attributes for Cypress
1 parent 04d6168 commit c0c3f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/features/ProjectPageV2/ProjectPageContent/ProjectInformation/ProjectInformation.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ export default function ProjectInformation({
160160
title="Namespace:"
161161
>
162162
<p className="mb-0">
163-
<Link to={namespaceUrl}>{namespaceName}</Link>
163+
<Link to={namespaceUrl} data-cy="project-namespace-link">
164+
{namespaceName}
165+
</Link>
164166
</p>
165167
</ProjectInformationBox>
166168
<ProjectInformationBox icon={<Eye className="bi" />} title="Visibility:">

0 commit comments

Comments
 (0)