aboutsummaryrefslogtreecommitdiff
path: root/cypress/support/commands.ts
diff options
context:
space:
mode:
authorpartouf <partouf@gmail.com>2023-03-14 21:04:38 +0100
committerpartouf <partouf@gmail.com>2023-03-14 21:04:38 +0100
commit1c9b9e1bc745084b964e8a42ba802224b0205554 (patch)
tree0da72e6deb465f12d506ca5b807fe7d53bfe1c91 /cypress/support/commands.ts
parent64341be61430b99eaf2acd8f42bdd2c6f56088c6 (diff)
parent850cee9e089ae68b152fbfc1b26a42db8975f3b3 (diff)
downloadcompiler-explorer-gh-6876.tar.gz
compiler-explorer-gh-6876.zip
Merge remote-tracking branch 'origin/main' into cewrapper-configgh-6876
Diffstat (limited to 'cypress/support/commands.ts')
-rw-r--r--cypress/support/commands.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts
deleted file mode 100644
index 119ab03f7..000000000
--- a/cypress/support/commands.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-// ***********************************************
-// This example commands.js shows you how to
-// create various custom commands and overwrite
-// existing commands.
-//
-// For more comprehensive examples of custom
-// commands please read more here:
-// https://on.cypress.io/custom-commands
-// ***********************************************
-//
-//
-// -- This is a parent command --
-// Cypress.Commands.add('login', (email, password) => { ... })
-//
-//
-// -- This is a child command --
-// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
-//
-//
-// -- This is a dual command --
-// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
-//
-//
-// -- This will overwrite an existing command --
-// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })