test: Migrate 2929 test to Playwright (#18425)

This commit is contained in:
shortstacked
2025-08-18 09:05:38 +01:00
committed by GitHub
parent 3788268b15
commit 20bbc7f80b
4 changed files with 24 additions and 17 deletions

View File

@@ -259,4 +259,8 @@ export class CanvasPage extends BasePage {
async clickProductionChecklistAction(actionText: string): Promise<void> {
await this.getProductionChecklistActionItem(actionText).click();
}
getCanvasNodes() {
return this.page.getByTestId('canvas-node');
}
}