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