mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
test: Move cloud tests to cloud/ directory (#22840)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import basePlanData from '../../fixtures/plan-data-trial.json';
|
||||
import type { n8nPage } from '../../pages/n8nPage';
|
||||
import type { TestRequirements } from '../../Types';
|
||||
import { test, expect } from '../../../fixtures/base';
|
||||
import basePlanData from '../../../fixtures/plan-data-trial.json';
|
||||
import type { n8nPage } from '../../../pages/n8nPage';
|
||||
import type { TestRequirements } from '../../../Types';
|
||||
|
||||
const fiveDaysFromNow = new Date(Date.now() + 5 * 24 * 60 * 60 * 1000);
|
||||
const planData = { ...basePlanData, expirationDate: fiveDaysFromNow.toJSON() };
|
||||
Reference in New Issue
Block a user