test: Migrate cypress tests batch 1 to playwright (#19569)

This commit is contained in:
Artem Sorokin
2025-09-16 16:11:51 +02:00
committed by GitHub
parent b480f495d9
commit a4fc24371d
19 changed files with 2573 additions and 239 deletions

View File

@@ -135,7 +135,7 @@ test.describe('Security Notifications', () => {
await expect(notification).toContainText('More info');
// Verify warning styling
await expect(notification.locator('.el-notification--warning')).toBeVisible();
await expect(n8n.notifications.getWarningNotifications()).toBeVisible();
// Close the notification
await n8n.notifications.closeNotificationByText('Critical update available');