mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
test: Move credentials tests to separate folder (#22724)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { CreateCredentialDto } from '@n8n/api-types';
|
||||
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../fixtures/base';
|
||||
|
||||
test.describe('Credential API Operations', () => {
|
||||
test.describe('Basic CRUD Operations', () => {
|
||||
@@ -1,6 +1,6 @@
|
||||
import { nanoid } from 'nanoid';
|
||||
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../fixtures/base';
|
||||
|
||||
test.describe('Credentials', () => {
|
||||
test.beforeEach(async ({ n8n }) => {
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../fixtures/base';
|
||||
|
||||
test.describe('Global credentials @isolated', () => {
|
||||
test.describe.configure({ mode: 'serial' });
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
import { test, expect } from '../../../fixtures/base';
|
||||
|
||||
test.describe('OAuth Credentials', () => {
|
||||
test('should create and connect with Google OAuth2', async ({ n8n }) => {
|
||||
Reference in New Issue
Block a user