Update test to be a have more render time

This commit is contained in:
Nate Kelley 2025-05-08 10:51:13 -06:00
parent 67341f9243
commit b9c100437a
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,10 @@ test('Bar chart span clicking works', async ({ page }) => {
await page.waitForTimeout(55); await page.waitForTimeout(55);
await expect(page.getByText('Copy SQLSaveRun')).toBeVisible(); await expect(page.getByText('Copy SQLSaveRun')).toBeVisible();
await page.getByTestId('segmented-trigger-file').click(); await page.getByTestId('segmented-trigger-file').click();
await page.waitForTimeout(55); await page.waitForTimeout(2500);
await page.waitForLoadState('networkidle');
await page.waitForLoadState('domcontentloaded');
await page.waitForLoadState('load');
await expect( await expect(
page.getByText('Yearly Sales Revenue - Signature Cycles Products (Last 3 Years + YTD)', { page.getByText('Yearly Sales Revenue - Signature Cycles Products (Last 3 Years + YTD)', {