refactor(i18n): update Spanish (es) locale strings for delivery note

This commit is contained in:
2026-06-17 09:41:32 +02:00
parent d6b42d78e7
commit 92f83c708a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ test.describe("inventory assets localization", () => {
)
await expect(page.getByLabel("Número de serie")).toBeVisible()
await expect(page.getByPlaceholder("Número de serie")).toBeVisible()
await expect(page.getByLabel("Remito")).toBeVisible()
await expect(page.getByPlaceholder("Remito")).toBeVisible()
await expect(page.getByLabel("Albarán")).toBeVisible()
await expect(page.getByPlaceholder("Albarán")).toBeVisible()
await expect(page.getByLabel("Estado")).toBeVisible()
await expect(page.locator("select#status")).toContainText("Disponible")
await expect(page.locator("select#status")).toContainText("Asignado")