mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Add empty context menu (#8519)
* Add empty context menu - For tables without "row actions" - Show an "empty" menu - For UX consistency across all tables * Fix for playwright tests - Recent changes to the demo dataset... * Fix typo
This commit is contained in:
		| @@ -112,7 +112,7 @@ test('Parts - Allocations', async ({ page }) => { | ||||
|  | ||||
|   // Check that the overall allocations are displayed correctly | ||||
|   await page.getByText('11 / 825').waitFor(); | ||||
|   await page.getByText('6 / 110').waitFor(); | ||||
|   await page.getByText('5 / 109').waitFor(); | ||||
|  | ||||
|   // Navigate to the "Allocations" tab | ||||
|   await page.getByRole('tab', { name: 'Allocations' }).click(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user