-
Notifications
You must be signed in to change notification settings - Fork 9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix randomly failing scheduler node e2e tests (no-changelog) (#6430
) * fix: fix randomly failing scheduler node e2e tests (no-changelog) * chore: rename variable name * fix: update all cy.request calls to use backend base url * fix: add back mistkenly removed workflowId code * fix: remove unnecessary .then * fix: update how workflowId is retrieved
- Loading branch information
1 parent
edc30e1
commit 46df5b0
Showing
3 changed files
with
44 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
export const BACKEND_BASE_URL = 'http://localhost:5678'; | ||
|
||
export const N8N_AUTH_COOKIE = 'n8n-auth'; | ||
|
||
export const DEFAULT_USER_EMAIL = '[email protected]'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters