test: Migrate cypress tests batch 2 to playwright (#19589)

This commit is contained in:
Artem Sorokin
2025-09-16 16:25:22 +02:00
committed by GitHub
parent a4fc24371d
commit a7f4e3e323
9 changed files with 1300 additions and 326 deletions

View File

@@ -111,6 +111,10 @@ export class RunDataPanel {
return this.root.getByTestId('link-run');
}
getRelatedExecutionLink() {
return this.root.getByTestId('related-execution-link');
}
getNodeErrorMessageHeader(): Locator {
return this.root.getByTestId('node-error-message');
}