test(e2e): align simplified splash expectations
Docker Image / Build and Push Docker Image (push) Successful in 3m4s

This commit is contained in:
Codex
2026-07-23 19:33:08 +08:00
parent 537a0a2c36
commit c659c5fc3f
2 changed files with 8 additions and 3 deletions
@@ -57,7 +57,7 @@ test("favorite entry and three-tab Menu navigation render on the real pages", as
name: "Primary navigation",
});
await expect(navigation).toContainText("Chat");
await expect(navigation).toContainText("Elio Private Zone");
await expect(navigation).toContainText("Private Zone");
await expect(navigation).toContainText("Menu");
await savePreview(page, `${mobile ? "mobile" : "desktop"}-splash.png`);