mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): Fix for broken selectors for workflows tests (no-changelog) (#4734)
Fixing broken selectors for workflows tests
This commit is contained in:
committed by
GitHub
parent
2d31720b82
commit
e3aeaa9a87
@@ -13,7 +13,7 @@
|
||||
</span>
|
||||
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu :data-test-id="testId">
|
||||
<el-dropdown-menu data-test-id="action-toggle-dropdown">
|
||||
<el-dropdown-item
|
||||
v-for="action in actions"
|
||||
:key="action.value"
|
||||
@@ -85,10 +85,6 @@ export default Vue.extend({
|
||||
default: 'default',
|
||||
validator: (value: string): boolean => ['default', 'dark'].includes(value),
|
||||
},
|
||||
testId: {
|
||||
type: String,
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
onCommand(value: string) {
|
||||
|
||||
Reference in New Issue
Block a user