mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Refactor page objects and reuse locators (#19191)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user