test: Refactor page objects and reuse locators (#19191)

This commit is contained in:
Suguru Inoue
2025-09-08 11:12:43 +02:00
committed by GitHub
parent 89b61ae2c1
commit 8f99f092ff
19 changed files with 530 additions and 575 deletions

View File

@@ -11,7 +11,7 @@ test.describe('Schedule Trigger node', () => {
await n8n.ndv.execute();
await expect(n8n.ndv.getOutputPanel()).toContainText('timestamp');
await expect(n8n.ndv.outputPanel.get()).toContainText('timestamp');
await n8n.ndv.clickBackToCanvasButton();
});