Skip to content

Commit 02983e1

Browse files
Update cypress/support/commands.js
Co-authored-by: Alisha Evans <[email protected]>
1 parent 7fd9667 commit 02983e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//
2424
// -- This will overwrite an existing command --
2525
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
26-
import { scientistApiBaseURL } from "./e2e";
26+
import { scientistApiBaseURL } from './e2e'
2727

2828
// 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.
2929
// source: https://github.com/nextauthjs/next-auth/discussions/2053#discussioncomment-1191016

0 commit comments

Comments
 (0)