ui: trim community premium frontend ballast
This commit is contained in:
@@ -12,5 +12,5 @@ test('logs and usage pages show seeded data', async ({ page }) => {
|
||||
await page.goto('/usage');
|
||||
await expect(page.locator('.page-title')).toHaveText(localized('Usage', 'Использование'));
|
||||
await expect(page.locator('#chart-bars .chart-col')).toHaveCount(7);
|
||||
await expect(page.locator('#usage-tbody tr')).toHaveCount(3);
|
||||
await expect(page.locator('#usage-tbody tr')).toHaveCount(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user