We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974137b commit 264e773Copy full SHA for 264e773
e2e/tests/wizard-config.spec.js
@@ -40,5 +40,5 @@ test('Edit Wizard Configuration Aggregation Time Range should work', async ({ pa
40
await page.getByLabel('Aggregation Time Range (').fill('30');
41
await page.locator('button').filter({ hasText: 'Save' }).click();
42
43
- await expect(page.getByText('Aggregation time range:30')).toBeVisible();
+ await expect(page.getByText('Notification aggregationtime range:30 minutes')).toBeVisible();
44
});
0 commit comments