mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test: Migrate data pinning tests from Cypress to Playwright (#18462)
This commit is contained in:
@@ -36,7 +36,7 @@ test.describe('Code node', () => {
|
||||
await n8n.ndv.execute();
|
||||
|
||||
await expect(
|
||||
n8n.notifications.notificationContainerByText('Node executed successfully').first(),
|
||||
n8n.notifications.getNotificationByTitle('Node executed successfully').first(),
|
||||
).toBeVisible();
|
||||
|
||||
await n8n.ndv.getParameterInput('mode').click();
|
||||
@@ -45,7 +45,7 @@ test.describe('Code node', () => {
|
||||
await n8n.ndv.execute();
|
||||
|
||||
await expect(
|
||||
n8n.notifications.notificationContainerByText('Node executed successfully').first(),
|
||||
n8n.notifications.getNotificationByTitle('Node executed successfully').first(),
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user