2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

remove second test stage

This commit is contained in:
Matthias Mair
2024-04-17 22:54:19 +02:00
parent d62631218f
commit 25f42066b4

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