mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
test: Migrate execution tests to workflows/editor/execution/ (#22818)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import type { n8nPage } from '../../pages/n8nPage';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
import type { n8nPage } from '../../../../../pages/n8nPage';
|
||||
|
||||
// Example of using helper functions inside a test
|
||||
test.describe('Debug mode', () => {
|
||||
@@ -1,5 +1,5 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import type { n8nPage } from '../../pages/n8nPage';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
import type { n8nPage } from '../../../../../pages/n8nPage';
|
||||
|
||||
const NODE_NAMES = {
|
||||
PROCESS_THE_DATA: 'Process The Data',
|
||||
@@ -1,5 +1,5 @@
|
||||
import { EDIT_FIELDS_SET_NODE_NAME } from '../../config/constants';
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { EDIT_FIELDS_SET_NODE_NAME } from '../../../../../config/constants';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
const NOTIFICATIONS = {
|
||||
WORKFLOW_EXECUTED_SUCCESSFULLY: 'Workflow executed successfully',
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
// Node name constants
|
||||
const NODES = {
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
test.describe('Manual partial execution', () => {
|
||||
test('should not execute parent nodes with no run data', async ({ n8n }) => {
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../../../fixtures/base';
|
||||
|
||||
// eslint-disable-next-line n8n-local-rules/no-skipped-tests -- Flaky in multi-main mode: "execute previous nodes" also executes the current node
|
||||
test.describe.skip('Execute previous nodes', () => {
|
||||
Reference in New Issue
Block a user