This commit is contained in:
2020-10-19 23:10:11 +00:00
parent ed2ee8cdeb
commit 458e84eff3
11 changed files with 24 additions and 12 deletions

View File

@@ -13,7 +13,11 @@
:disabled="formState.readOnly"
@change="fieldValueChanged('serverState')"
>
<v-radio :label="$ay.t('ServerStateOpen')" value="Open"></v-radio>
<v-radio
:label="$ay.t('ServerStateOpen')"
value="Open"
:data-cy="!!$ay.dev ? 'serverStateOpen' : false"
></v-radio>
<v-radio
:label="$ay.t('ServerStateOps')"
value="OpsOnly"