refactor: extend commands from frappe

This commit is contained in:
Ankush Menat
2021-06-29 21:33:55 +05:30
committed by Ankush
parent 4d9c08d92a
commit a68344fe8a
3 changed files with 5 additions and 302 deletions

View File

@@ -15,6 +15,7 @@
// Import commands.js using ES2015 syntax:
import './commands';
import '../../../frappe/cypress/support/commands' // eslint-disable-line
// Alternatively you can use CommonJS syntax:
@@ -22,4 +23,4 @@ import './commands';
Cypress.Cookies.defaults({
preserve: 'sid'
});
});