2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-02 18:11:42 +00:00

Enhance "path" columns (#9918)

* Enhance "path" columns

- Show "short" version
- Hovercard for full "pathstring"

* Remove old code

* adjust unit tests
This commit is contained in:
Oliver
2025-07-01 21:31:25 +10:00
committed by GitHub
parent 0f407f7dbb
commit 2ee00c80f5
6 changed files with 67 additions and 36 deletions

View File

@@ -225,9 +225,7 @@ test('Parts - Allocations', async ({ browser }) => {
// Expand allocations against BO0001
await build_order_cell.click();
await page.getByRole('cell', { name: '# 3', exact: true }).waitFor();
await page
.getByRole('cell', { name: 'Factory/Office Block/Room 101', exact: true })
.waitFor();
await page.getByRole('cell', { name: 'Room 101', exact: true }).waitFor();
await build_order_cell.click();
// Check row options for BO0001