ci: Lint fixes in n8n-playwright (#17507)

This commit is contained in:
shortstacked
2025-07-21 14:46:11 +01:00
committed by GitHub
parent e0cb747f0d
commit ddd8052e1a

View File

@@ -32,6 +32,7 @@ export class WorkflowsPage extends BasePage {
this.clickByText('Import from File...'),
]);
await fileChooser.setFiles(resolveFromRoot('workflows', fixtureKey));
// eslint-disable-next-line playwright/no-wait-for-timeout
await this.page.waitForTimeout(250);
await this.clickByTestId('inline-edit-preview');