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
This commit is contained in:
Alex Grozav
2023-06-15 14:40:23 +03:00
committed by GitHub
parent 109442f38f
commit c2afed4ca1
3 changed files with 44 additions and 52 deletions

View File

@@ -1,3 +1,5 @@
export const BACKEND_BASE_URL = 'http://localhost:5678';
export const N8N_AUTH_COOKIE = 'n8n-auth';
export const DEFAULT_USER_EMAIL = 'nathan@n8n.io';