feat: Add workflow and credential sharing access e2e tests (#5463)

feat: add workflow and credential sharing access e2e tests
This commit is contained in:
Alex Grozav
2023-02-14 16:13:00 +02:00
committed by GitHub
parent b25c10a0e1
commit 246189f6da
10 changed files with 239 additions and 22 deletions

View File

@@ -38,6 +38,7 @@
:users="usersList"
:currentUserId="currentUser.id"
:placeholder="$locale.baseText('workflows.shareModal.select.placeholder')"
data-test-id="workflow-sharing-modal-users-select"
@input="onAddSharee"
>
<template #prefix>
@@ -108,10 +109,11 @@
</n8n-text>
<n8n-button
v-show="workflowPermissions.updateSharing"
@click="onSave"
:loading="loading"
:disabled="!isDirty"
size="medium"
data-test-id="workflow-sharing-modal-save-button"
@click="onSave"
>
{{ $locale.baseText('workflows.shareModal.save') }}
</n8n-button>