mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-14 03:46:44 +00:00
[UI] breadcrumb fix (#10264)
* Allow middle-click on breadcrumbs * Fix playwright test
This commit is contained in:
@@ -175,7 +175,7 @@ test('Sales Orders - Shipments', async ({ browser }) => {
|
||||
await page.getByText(tracking_number).waitFor();
|
||||
|
||||
// Link back to sales order
|
||||
await page.getByRole('link', { name: 'SO0006' }).click();
|
||||
await page.getByRole('link', { name: 'breadcrumb-1-so0006' }).click();
|
||||
|
||||
// Let's try to allocate some stock
|
||||
await loadTab(page, 'Line Items');
|
||||
|
||||
Reference in New Issue
Block a user