mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 09:41:22 +00:00
Stock location fix (#12742)
* Fill out stock location based on part default * Add playwright tests
This commit is contained in:
@@ -428,8 +428,6 @@ test('Settings - Admin - Barcode History', async ({ browser }) => {
|
||||
for (const barcode of barcodes) {
|
||||
await checkBarcode(barcode);
|
||||
}
|
||||
|
||||
await page.waitForTimeout(2500);
|
||||
});
|
||||
|
||||
test('Settings - Admin - Parameter', async ({ browser }) => {
|
||||
|
||||
Reference in New Issue
Block a user