mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Migrate 3 specs from Cypress - Playwright (#19269)
This commit is contained in:
@@ -2,7 +2,7 @@ import { test, expect } from '../../fixtures/base';
|
||||
|
||||
test.describe('OAuth Credentials', () => {
|
||||
test('should create and connect with Google OAuth2', async ({ n8n, page }) => {
|
||||
const projectId = await n8n.start.fromNewProject();
|
||||
const projectId = await n8n.start.fromNewProjectBlankCanvas();
|
||||
await page.goto(`projects/${projectId}/credentials`);
|
||||
await n8n.credentials.emptyListCreateCredentialButton.click();
|
||||
await n8n.credentials.openNewCredentialDialogFromCredentialList('Google OAuth2 API');
|
||||
|
||||
Reference in New Issue
Block a user