2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Part pricing cleanup (#8340)

* Part pricing cleanup

- Improve / tweak rendering for PurchaseHistoryPanel

* Adjust playwright tests
This commit is contained in:
Oliver
2024-10-23 14:33:42 +11:00
committed by GitHub
parent 28146bbbf0
commit a6bba144e7
2 changed files with 10 additions and 3 deletions

View File

@ -94,7 +94,10 @@ test('Stock - Serial Numbers', async ({ page }) => {
// Now, with correct quantity
await page.getByLabel('number-field-quantity').fill('51');
await page.waitForTimeout(250);
await page.getByRole('button', { name: 'Submit' }).click();
await page.waitForTimeout(250);
await page
.getByText(
/The following serial numbers already exist or are invalid : 200,201,202,203,204/