remove second test stage

This commit is contained in:
Matthias Mair 2024-04-17 22:54:19 +02:00
parent d62631218f
commit 25f42066b4
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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();