test(web): expect localized category name (Кофе) after localization
This commit is contained in:
parent
11c30b6690
commit
0010b7b5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ describe("buildHome", () => {
|
|||
},
|
||||
})!;
|
||||
expect(h.budgets).toHaveLength(3);
|
||||
expect(h.budgets.map((b) => b.name)).toEqual(["Хоол", "Coffee", "Тээвэр"]);
|
||||
expect(h.budgets.map((b) => b.name)).toEqual(["Хоол", "Кофе", "Тээвэр"]);
|
||||
expect(h.budgets.every((b) => b.range.includes("₮"))).toBe(true);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue