test(editor): Add user management e2e tests (#5438)

*  Added initial UM test using new commands
*  Added rest of the UM tests
This commit is contained in:
Milorad FIlipović
2023-02-09 16:00:55 +01:00
committed by GitHub
parent b8980f6118
commit d9a4c2c66d
6 changed files with 140 additions and 55 deletions

View File

@@ -41,7 +41,11 @@
$locale.baseText('settings.users.deleteWorkflowsAndCredentials')
}}</n8n-text>
</el-radio>
<div :class="$style.optionInput" v-if="operation === 'delete'">
<div
:class="$style.optionInput"
v-if="operation === 'delete'"
data-test-id="delete-data-input"
>
<n8n-input-label :label="$locale.baseText('settings.users.deleteConfirmationMessage')">
<n8n-input
:value="deleteConfirmText"