mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test: Migrate Cypress webhook tests to Playwright (#19491)
This commit is contained in:
@@ -648,4 +648,8 @@ export class CanvasPage extends BasePage {
|
||||
async openExecutions() {
|
||||
await this.page.getByTestId('radio-button-executions').click();
|
||||
}
|
||||
|
||||
waitingForTriggerEvent() {
|
||||
return this.getExecuteWorkflowButton().getByText('Waiting for trigger event');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user