mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove unnecessary step
This commit is contained in:
parent
25f42066b4
commit
0c16a83371
@ -41,7 +41,6 @@ test('PUI - Pages - Part - Pricing', async ({ page }) => {
|
||||
await page.getByText('min_value : $50').waitFor();
|
||||
|
||||
// BOM Pricing
|
||||
await page.getByLabel('Pricing Overview').locator('a').click();
|
||||
await page.getByRole('button', { name: 'BOM Pricing' }).isEnabled();
|
||||
await page.getByText('Bar Chart').click();
|
||||
await page.getByText('total_price_min').waitFor();
|
||||
|
Loading…
Reference in New Issue
Block a user