mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Set up Cypress as pnpm workspace (no-changelog) (#6049)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -8,6 +8,7 @@ export class MessageBox extends BasePage {
|
||||
confirm: () => this.getters.modal().find('.btn--confirm').first(),
|
||||
cancel: () => this.getters.modal().find('.btn--cancel').first(),
|
||||
};
|
||||
|
||||
actions = {
|
||||
confirm: () => {
|
||||
this.getters.confirm().click({ force: true });
|
||||
|
||||
Reference in New Issue
Block a user