2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Fix breadcrumb for <BuildOrderDetail /> (#8305)

* Fix breadcrumb for <BuildOrderDetail />

* Add delay for playwright tests
This commit is contained in:
Oliver
2024-10-18 15:24:20 +11:00
committed by GitHub
parent 17bf7bb5e3
commit 5f905aab9d
2 changed files with 8 additions and 1 deletions

View File

@ -57,7 +57,10 @@ test('Stock - Serial Numbers', async ({ page }) => {
await page.getByLabel('open-search').click();
await page.getByLabel('global-search-input').clear();
await page.waitForTimeout(250);
await page.getByLabel('global-search-input').fill('widget green');
await page.waitForTimeout(250);
// Remove the "stock item" results group
await page.getByLabel('remove-search-group-stockitem').click();