Skip to content

Commit

Permalink
Merge pull request #12921 from IsaSih/add-testdataid-gke
Browse files Browse the repository at this point in the history
adding data-testid to mandatory GKE elements for e2e tests locators
  • Loading branch information
IsaSih authored Jan 14, 2025
2 parents 0c6eb64 + 4cfd15a commit 1398d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/gke/components/CruGKE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ export default defineComponent({
label-key="generic.name"
required
:rules="fvGetAndReportPathRules('clusterName')"
data-testid="gke-cluster-name"
@update:value="setClusterName"
/>
</div>
Expand All @@ -713,6 +714,7 @@ export default defineComponent({
:mode="mode"
label-key="nameNsDescription.description.label"
:placeholder="t('nameNsDescription.description.placeholder')"
data-testid="gke-cluster-description"
@update:value="setClusterDescription"
/>
</div>
Expand Down

0 comments on commit 1398d96

Please sign in to comment.