chore: complete tech log product identity
This commit is contained in:
@@ -3,7 +3,7 @@ import { expect, test } from "../support/browser/strict-browser-test.ts";
|
||||
test("boots the public app shell", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await expect(page.getByRole("heading", { level: 1 })).toHaveText(
|
||||
"Clean Architecture Frontend",
|
||||
"Tech Log",
|
||||
);
|
||||
await expect(page.getByRole("navigation", { name: "주요 탐색" })).toBeVisible();
|
||||
await expect(page.getByRole("main")).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user