mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Lint fixes in n8n-playwright (#17507)
This commit is contained in:
@@ -32,6 +32,7 @@ export class WorkflowsPage extends BasePage {
|
|||||||
this.clickByText('Import from File...'),
|
this.clickByText('Import from File...'),
|
||||||
]);
|
]);
|
||||||
await fileChooser.setFiles(resolveFromRoot('workflows', fixtureKey));
|
await fileChooser.setFiles(resolveFromRoot('workflows', fixtureKey));
|
||||||
|
// eslint-disable-next-line playwright/no-wait-for-timeout
|
||||||
await this.page.waitForTimeout(250);
|
await this.page.waitForTimeout(250);
|
||||||
|
|
||||||
await this.clickByTestId('inline-edit-preview');
|
await this.clickByTestId('inline-edit-preview');
|
||||||
|
|||||||
Reference in New Issue
Block a user