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