mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
test: Add e2e tests for workflow/credential migrations when enabling UM (#4719)
* add tests * ci: Setup cypress tasks for resetting DB, and setting up an owner * add test tests to check for settings * add more tests * clean up * rename tag * update test id Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
[$style.disableActiveStyle]: !isItemActive(child),
|
||||
[$style.active]: isItemActive(child),
|
||||
}"
|
||||
:data-test-id="`menu-item-${child.id}`"
|
||||
:index="child.id"
|
||||
@click="onItemClick(child)"
|
||||
>
|
||||
@@ -53,6 +54,7 @@
|
||||
[$style.active]: isItemActive(item),
|
||||
[$style.compact]: compact,
|
||||
}"
|
||||
:data-test-id="`menu-item-${item.id}`"
|
||||
:index="item.id"
|
||||
@click="onItemClick(item)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user