aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2022-01-25 11:17:17 +0100
committerGitHub <noreply@github.com>2022-01-25 11:17:17 +0100
commit6350d24097c4ae0af10425102e6344bf2fe27abe (patch)
tree07b2c2095ef8706e1e6299671b27fe892e599919
parent01ee97e503ccfcf1cfd3db484896d1a335d07f3b (diff)
downloadcompiler-explorer-gh-1707.tar.gz
compiler-explorer-gh-1707.zip
Delete commands.jsgh-1707
-rw-r--r--cypress/support/commands.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/cypress/support/commands.js b/cypress/support/commands.js
deleted file mode 100644
index 119ab03f7..000000000
--- a/cypress/support/commands.js
+++ /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) => { ... })