2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-14 10:17:07 +00:00

Consolidate data actions for BOM table (#10763)

* Consolidate data actions for BOM table

* Adjust playwright tests
This commit is contained in:
Oliver
2025-11-04 12:02:00 +11:00
committed by GitHub
parent 901846272b
commit 8e20bc53db
3 changed files with 45 additions and 29 deletions

View File

@@ -80,8 +80,13 @@ test('Importing - BOM', async ({ browser }) => {
url: 'part/109/bom'
});
// Open the BOM importer wizard
await page.getByRole('button', { name: 'action-menu-add-bom-items' }).click();
await page
.getByRole('button', { name: 'action-button-import-bom-data' })
.getByRole('menuitem', {
name: 'action-menu-add-bom-items-import-from-file'
})
.click();
// Select BOM file fixture for import