test: Migrate Cypress webhook tests to Playwright (#19491)

This commit is contained in:
Declan Carroll
2025-09-15 10:40:19 +01:00
committed by GitHub
parent 87d79c9efb
commit b5adcc8f9f
4 changed files with 274 additions and 262 deletions

View File

@@ -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');
}
}