diff --git a/src/frontend/tests/pages/pui_part.spec.ts b/src/frontend/tests/pages/pui_part.spec.ts index 14a3f631fa..b0c2561b59 100644 --- a/src/frontend/tests/pages/pui_part.spec.ts +++ b/src/frontend/tests/pages/pui_part.spec.ts @@ -34,11 +34,13 @@ test('PUI - Pages - Part - Pricing', async ({ page }) => { // Overview Graph let graph = page.locator('#pricing-overview-chart'); await graph.waitFor(); - await graph.getByText('$45').waitFor(); + await graph.getByText('$60').waitFor(); await graph.getByText('BOM Pricing').waitFor(); await graph.getByText('Overall Pricing').waitFor(); await graph.locator('path').nth(1).hover(); - await page.getByText('min_value : $43').waitFor(); + await page.getByText('min_value : $50').waitFor(); + await graph.locator('path').nth(2).hover(); + await page.getByText('max_value : $52.88').waitFor(); // BOM Pricing await page.getByLabel('Pricing Overview').locator('a').click();