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:
@ -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();
|
||||
|
Reference in New Issue
Block a user