mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Table formatting (#10104)
* Format <BuildLineTable /> * More formatting * Add helper function for running playwright tests * Fix playwright test * Further formatting updates * Adjust order tables
This commit is contained in:
		| @@ -456,5 +456,5 @@ test('Build Order - BOM Quantity', async ({ browser }) => { | ||||
|     .getByRole('cell', { name: 'Thumbnail R_10K_0805_1%' }) | ||||
|     .locator('div'); | ||||
|   const row2 = await getRowFromCell(line); | ||||
|   await row2.getByText('1175').waitFor(); | ||||
|   await row2.getByText('1,175').first().waitFor(); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user