refactor: extend commands from frappe
diff --git a/cypress/support/index.js b/cypress/support/index.js
index 1bee72d..72070cc 100644
--- a/cypress/support/index.js
+++ b/cypress/support/index.js
@@ -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 @@
 
 Cypress.Cookies.defaults({
 	preserve: 'sid'
-});
\ No newline at end of file
+});