mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(editor): Add Workflows view e2e tests (#4573)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type IE2ETestPageElement = (...args: unknown[]) =>
|
||||
export type IE2ETestPageElement = (...args: any[]) =>
|
||||
| Cypress.Chainable<JQuery<HTMLElement>>
|
||||
| Cypress.Chainable<JQuery<HTMLButtonElement>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user