test: cover visual error-state matrix
This commit is contained in:
@@ -9,5 +9,6 @@ test("spot detail exposes the same evidence passport as activity cards", async (
|
||||
await expect(passport).toContainText("Наблюдения");
|
||||
await expect(passport).toContainText("Игроки");
|
||||
await expect(passport).toContainText("Координаты");
|
||||
await expect(page.locator(".coordinate-precision")).toHaveText(/Точность координат: (точные|приблизительные|район|не указаны)/i);
|
||||
await expect(page.getByRole("heading", { name: "Что взять" })).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user