mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
test: Migrate subworkflow tests to workflows/editor/subworkflows/ (#22827)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
const WORKFLOW_FILE = 'Subworkflow-debugging-execute-workflow.json';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
const EDIT_FIELDS_NAMES = [
|
||||
'Edit Fields0',
|
||||
@@ -1,9 +1,9 @@
|
||||
import { readFileSync } from 'fs';
|
||||
import type { IWorkflowBase } from 'n8n-workflow';
|
||||
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { resolveFromRoot } from '../../utils/path-helper';
|
||||
import { retryUntil } from '../../utils/retry-utils';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
import { resolveFromRoot } from '../../../../../utils/path-helper';
|
||||
import { retryUntil } from '../../../../../utils/retry-utils';
|
||||
|
||||
test.describe('Parent that does not wait for sub-workflow', () => {
|
||||
test('should not wait for the sub-workflow', async ({ api }) => {
|
||||
@@ -1,6 +1,6 @@
|
||||
import { MANUAL_TRIGGER_NODE_NAME } from '../../config/constants';
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { n8nPage } from '../../pages/n8nPage';
|
||||
import { MANUAL_TRIGGER_NODE_NAME } from '../../../../../config/constants';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
import { n8nPage } from '../../../../../pages/n8nPage';
|
||||
|
||||
const EXECUTE_WORKFLOW_NODE_NAME = 'Execute Sub-workflow';
|
||||
|
||||
Reference in New Issue
Block a user