test(editor): Add more tests for workflow actions (no-changelog) (#4931)

*  Added test for importing workflow from URL
*  Added test for importing workflow from file
*  Added test ids for workflow settings elements
*  Added test for changing workflow settings
*  Adding back missing test id for delete node button
This commit is contained in:
Milorad FIlipović
2022-12-14 17:13:03 +01:00
committed by GitHub
parent d5b06ab3d6
commit 9956547504
5 changed files with 84 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
[$style.hasCustomStyling]: item.customClass !== undefined,
[item.customClass]: item.customClass !== undefined,
}"
:data-test-id="`workflow-menu-item-${item.id}`"
>
<span v-if="item.icon" :class="$style.icon">
<n8n-icon :icon="item.icon" :size="iconSize" />