Skip to content

Commit e6662be

Browse files
fix: E2E
1 parent 2622e60 commit e6662be

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/e2e/specs/logger.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ test.describe('Logger', () => {
1818
page.locator('select[name="logs-logging-level"]')
1919
).toBeVisible();
2020

21-
await expect(
22-
page.getByText('Report errors via email (Once')
23-
).toBeVisible();
21+
await expect(page.getByText('Report errors via email')).toBeVisible();
2422
});
2523

2624
test('check logs tabs', async ({ page, admin }) => {

0 commit comments

Comments
 (0)