mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-06 05:30:56 +00:00
Add level indicators and path to stock location and part category dropdowns (#8366)
* Add level indicators and path to stock location dropdown * Add level indicators and path to part category dropdown * Updated stock location string to include location path * Fix PUI form test (set location) --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@ -39,7 +39,7 @@ test('Forms - Stock Item Validation', async ({ page }) => {
|
||||
|
||||
// Set location
|
||||
await page.getByLabel('related-field-location').click();
|
||||
await page.getByRole('option', { name: /Electronics Lab/ }).click();
|
||||
await page.getByText('Electronics production facility').click();
|
||||
|
||||
// Create the stock item
|
||||
await page.getByLabel('number-field-quantity').fill('123');
|
||||
|
Reference in New Issue
Block a user