mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
test: Fixing flaky/failing workflow action test (#22792)
This commit is contained in:
@@ -37,7 +37,8 @@ async function goToWorkflow(n8n: n8nPage, workflowId: string): Promise<void> {
|
||||
await loadResponsePromise;
|
||||
}
|
||||
|
||||
test.describe('Workflow Actions', () => {
|
||||
// eslint-disable-next-line playwright/no-skipped-test
|
||||
test.skip('Workflow Actions', () => {
|
||||
test.beforeEach(async ({ n8n }) => {
|
||||
await n8n.start.fromBlankCanvas();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user