2
0
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:
Oliver
2025-09-04 12:06:15 +10:00
committed by GitHub
parent fa45bb1bef
commit c6f46c587d
2 changed files with 5 additions and 2 deletions

View File

@@ -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');