mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Fix breadcrumb for <BuildOrderDetail /> (#8305)
* Fix breadcrumb for <BuildOrderDetail /> * Add delay for playwright tests
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user