mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
open up tab instaed of checking for it
This commit is contained in:
parent
0c16a83371
commit
cfbf6badbf
@ -41,7 +41,7 @@ test('PUI - Pages - Part - Pricing', async ({ page }) => {
|
||||
await page.getByText('min_value : $50').waitFor();
|
||||
|
||||
// BOM Pricing
|
||||
await page.getByRole('button', { name: 'BOM Pricing' }).isEnabled();
|
||||
await page.getByRole('button', { name: 'BOM Pricing' }).click();
|
||||
await page.getByText('Bar Chart').click();
|
||||
await page.getByText('total_price_min').waitFor();
|
||||
await page.getByText('Pie Chart').click();
|
||||
|
Loading…
Reference in New Issue
Block a user