ad assert for chart page whitelist call

This commit is contained in:
Matthias 2024-04-09 06:55:15 +02:00
parent 95df87c293
commit 75ed9bb3b4

View File

@ -7,7 +7,11 @@ test.describe('Chart', () => {
await setLoginInfo(page);
});
test('Chart page', async ({ page }) => {
await page.goto('/graph');
await Promise.all([
page.goto('/graph'),
page.waitForResponse('**/whitelist'),
page.waitForResponse('**/blacklist'),
]);
// await page.waitForResponse('**/pair_candles');
await page.locator('input[title="AutoRefresh"]').click();