remove second test stage
This commit is contained in:
parent
d62631218f
commit
25f42066b4
|
|
@ -39,8 +39,6 @@ test('PUI - Pages - Part - Pricing', async ({ page }) => {
|
|||
await graph.getByText('Overall Pricing').waitFor();
|
||||
await graph.locator('path').nth(1).hover();
|
||||
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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue