Stock location fix (#12742)

* Fill out stock location based on part default

* Add playwright tests
This commit is contained in:
Oliver
2026-08-30 11:44:07 +10:00
committed by GitHub
parent a205717171
commit 871147d936
5 changed files with 80 additions and 6 deletions
-2
View File
@@ -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 }) => {