test: folder tests

This commit is contained in:
Jakub P
2025-04-09 20:01:36 +02:00
parent 1f6010bdea
commit 3b9f86a547
15 changed files with 488 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ export class FlowEditorPage extends AuthenticatedPage {
this.goBackButton = this.page.getByTestId('editor-go-back-button');
this.exportFlowButton = page.getByTestId('export-flow-button');
this.stepName = page.getByTestId('step-name');
this.folderName = page.getByTestId('folder-name');
}
async createWebhookTrigger(workSynchronously) {