mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-12 07:03:36 +00:00
Display more output information in "build allocated stock" table (#11276)
* Add "install_into_detail" to BuildItem serializer * Enhance the "resolveItem" function * Add "StockColumn" renderer * Fix output column for BuildAllocatedStockTable * Replace column in stock item table * More column refactoring * Bump API version * Add InvenTreeOutputOption descriptions * Prefetch for better API performance * Updated playwright testing
This commit is contained in:
@@ -470,8 +470,8 @@ test('Stock - Tracking', async ({ browser }) => {
|
||||
.getByRole('cell', { name: 'Thumbnail Blue Widget' })
|
||||
.first()
|
||||
.waitFor();
|
||||
await page.getByRole('cell', { name: 'Item ID 232' }).first().waitFor();
|
||||
await page.getByRole('cell', { name: 'Serial #116' }).first().waitFor();
|
||||
|
||||
await page.getByText('# 162').first().waitFor();
|
||||
});
|
||||
|
||||
test('Stock - Location', async ({ browser }) => {
|
||||
|
||||
Reference in New Issue
Block a user