feat: move from developomp.com -> pompy.dev

This commit is contained in:
Kim, Jimin 2025-03-04 20:44:27 +09:00
parent f3fd09d34a
commit 63fdbcdb9b
Signed by: pomp
GPG key ID: 2B516173EDD492EB
47 changed files with 176 additions and 184 deletions

View file

@ -1,10 +1,10 @@
import { expect, test } from "@playwright/test"
const prefix = "developomp | "
const prefix = "pomp | "
test("should have proper title", async ({ page }) => {
await page.goto("/")
await expect(page).toHaveTitle("developomp")
await expect(page).toHaveTitle("pomp")
await page.goto("/404")
await expect(page).toHaveTitle(`${prefix}Page Not Found`)