mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
ci: Lint fixes in n8n-playwright (#17507)
This commit is contained in:
parent
e0cb747f0d
commit
ddd8052e1a
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user