mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
[API] Sales order filters (#8331)
* Fix 'allocated' queryset annotation for SalesOrderLineItemSerializer * Add 'allocated' filter for SalesOrderLineItemList * Allow ordering by 'allocated' and 'shipped' values * Updated unit testing * Bump API version * Update playwright tests
This commit is contained in:
@ -80,6 +80,9 @@ test('Stock - Serial Numbers', async ({ page }) => {
|
||||
await page.getByLabel('text-field-serial_numbers').fill('200-250');
|
||||
await page.getByLabel('number-field-quantity').fill('10');
|
||||
|
||||
// Add delay to account to field debounce
|
||||
await page.waitForTimeout(250);
|
||||
|
||||
await page.getByRole('button', { name: 'Submit' }).click();
|
||||
|
||||
// Expected error messages
|
||||
|
Reference in New Issue
Block a user