mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
test: Migrate cypress tests batch 2 to playwright (#19589)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user