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:
@@ -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
|
||||
|
Reference in New Issue
Block a user