We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9667 commit 02983e1Copy full SHA for 02983e1
cypress/support/commands.js
@@ -23,7 +23,7 @@
23
//
24
// -- This will overwrite an existing command --
25
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
26
-import { scientistApiBaseURL } from "./e2e";
+import { scientistApiBaseURL } from './e2e'
27
28
// 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.
29
// source: https://github.com/nextauthjs/next-auth/discussions/2053#discussioncomment-1191016
0 commit comments