fix(editor): Fix for broken selectors for workflows tests (no-changelog) (#4734)

Fixing broken selectors for workflows tests
This commit is contained in:
Milorad FIlipović
2022-11-25 17:10:28 +01:00
committed by GitHub
parent 2d31720b82
commit e3aeaa9a87
4 changed files with 33 additions and 24 deletions

View File

@@ -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) {