2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-22 00:47:38 +00:00

[UI] Virtual BOM Improvements (#10516)

* Add "virtual" badge when rendering part

* Improve display of virtual parts in BOM table

* Adjust playwright test
This commit is contained in:
Oliver
2025-10-08 08:58:01 +11:00
committed by GitHub
parent fff0d67791
commit 0c54671abe
3 changed files with 17 additions and 1 deletions

View File

@@ -604,7 +604,7 @@ test('Parts - Revision', async ({ browser }) => {
.getByText('Green Round Table (revision B) | B', { exact: true })
.click();
await page
.getByRole('option', { name: 'Thumbnail Green Round Table No stock' })
.getByRole('option', { name: 'Thumbnail Green Round Table Virtual' })
.click();
await page.waitForURL('**/web/part/101/**');