mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Increase Playwright test parallelism (#18484)
This commit is contained in:
@@ -17,7 +17,7 @@ async function getCredentialsForProject(api: ApiHelpers, projectId?: string) {
|
||||
return await api.get('/rest/credentials', params);
|
||||
}
|
||||
|
||||
test.describe('Projects @db:reset', () => {
|
||||
test.describe('Projects', () => {
|
||||
test.beforeEach(async ({ api, n8n }) => {
|
||||
await api.enableFeature('sharing');
|
||||
await api.enableFeature('folders');
|
||||
|
||||
Reference in New Issue
Block a user