Skip to content

Commit 9768a36

Browse files
committed
cleanup
1 parent 0d99f45 commit 9768a36

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

cypress/support/commands.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
// ***********************************************
2-
// This example commands.js shows you how to
3-
// create various custom commands and overwrite
4-
// existing commands.
5-
//
6-
// For more comprehensive examples of custom
7-
// commands please read more here:
8-
// https://on.cypress.io/custom-commands
9-
// ***********************************************
10-
//
11-
//
12-
// -- This is a parent command --
13-
// Cypress.Commands.add('login', (email, password) => { ... })
14-
//
15-
//
16-
// -- This is a child command --
17-
// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
18-
//
19-
//
20-
// -- This is a dual command --
21-
// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
22-
//
23-
//
24-
// -- This will overwrite an existing command --
25-
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
261
import { scientistApiBaseURL } from './e2e'
272

283
// add a command to login that uses a session, so the user will remain logged in throughout the test file vs. needing to log in before each example.

0 commit comments

Comments
 (0)