Skip to content

Commit

Permalink
changed order of data-testid to fix eslint error
Browse files Browse the repository at this point in the history
Signed-off-by: Isabela Guimaraes <[email protected]>
  • Loading branch information
IsaSih committed Dec 19, 2024
1 parent 7fc7813 commit 4cfd15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/gke/components/CruGKE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ export default defineComponent({
label-key="generic.name"
required
:rules="fvGetAndReportPathRules('clusterName')"
@update:value="setClusterName"
data-testid="gke-cluster-name"
@update:value="setClusterName"
/>
</div>
<div class="col span-6">
Expand All @@ -714,8 +714,8 @@ export default defineComponent({
:mode="mode"
label-key="nameNsDescription.description.label"
:placeholder="t('nameNsDescription.description.placeholder')"
@update:value="setClusterDescription"
data-testid="gke-cluster-description"
@update:value="setClusterDescription"
/>
</div>
</div>
Expand Down

0 comments on commit 4cfd15a

Please sign in to comment.