add data-cy to mark namespace system button (#6714)

This commit is contained in:
wheresolivia
2022-04-01 13:30:56 +13:00
committed by GitHub
parent ec3d7026d4
commit 4ddd6663f5

View File

@@ -395,6 +395,7 @@
class="btn btn-primary btn-sm"
ng-click="ctrl.markUnmarkAsSystem()"
button-spinner="ctrl.state.actionInProgress"
data-cy="k8sNamespaceEdit-markSystem"
>
<span ng-if="ctrl.isSystem">Unmark as system</span>
<span ng-if="!ctrl.isSystem">Mark as system</span>