Skip to content

Commit 264e773

Browse files
committed
FIX UI Tests
1 parent 974137b commit 264e773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/wizard-config.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ test('Edit Wizard Configuration Aggregation Time Range should work', async ({ pa
4040
await page.getByLabel('Aggregation Time Range (').fill('30');
4141
await page.locator('button').filter({ hasText: 'Save' }).click();
4242

43-
await expect(page.getByText('Aggregation time range:30')).toBeVisible();
43+
await expect(page.getByText('Notification aggregationtime range:30 minutes')).toBeVisible();
4444
});

0 commit comments

Comments
 (0)