test: Migrate data tables tests to data-tables/ directory (#22841)

This commit is contained in:
Artem Sorokin
2025-12-05 17:30:12 +01:00
committed by GitHub
parent b97b5d5bf8
commit 5234b286ac
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { nanoid } from 'nanoid';
import { test, expect } from '../../fixtures/base';
import type { n8nPage } from '../../pages/n8nPage';
import { test, expect } from '../../../fixtures/base';
import type { n8nPage } from '../../../pages/n8nPage';
test.describe('Data Table details view', () => {
let testDataTableName: string;

View File

@@ -1,6 +1,6 @@
import { nanoid } from 'nanoid';
import { test, expect } from '../../fixtures/base';
import { test, expect } from '../../../fixtures/base';
test.describe('Data Table list view', () => {
test.beforeEach(async ({ n8n, api }) => {