mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
committed by
GitHub
parent
b8980f6118
commit
d9a4c2c66d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user