test: Migrate 1-workflows to Playwright (#17360)

This commit is contained in:
shortstacked
2025-08-01 10:27:48 +01:00
committed by GitHub
parent 38cef9d133
commit b99b93a637
19 changed files with 1248 additions and 68 deletions

View File

@@ -10,7 +10,9 @@ const workflowSharingModal = new WorkflowSharingModal();
const multipleWorkflowsCount = 5;
describe('Workflows', () => {
// Migrated to Playwright
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
describe.skip('Workflows', () => {
beforeEach(() => {
cy.visit(WorkflowsPage.url);
});