2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +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:
Oliver
2025-07-31 16:39:19 +10:00
committed by GitHub
parent b8ea75b2b4
commit 4794c6d860
13 changed files with 76 additions and 39 deletions

View File

@@ -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();
});