mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
test: Migrate NDV tests from Cypress -> Playwright (#19148)
This commit is contained in:
@@ -52,7 +52,6 @@ test.describe('Workflows', () => {
|
||||
|
||||
// Search for specific workflow
|
||||
await n8n.workflows.searchWorkflows(specificName);
|
||||
await expect(n8n.workflows.getWorkflowItems()).toHaveCount(1);
|
||||
await expect(n8n.workflows.getWorkflowByName(specificName)).toBeVisible();
|
||||
|
||||
// Search with partial term
|
||||
|
||||
Reference in New Issue
Block a user