Skip to content

Commit fa5da58

Browse files
committed
Created At: Updated At: を 公開: 更新: に変更したので E2E テストを変更する
1 parent 8488847 commit fa5da58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

e2e/docs/[id]/page.e2e.test.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ describe("Document page test", () => {
3131
await expect(
3232
page.locator('p:has-text("This is a test document.")'),
3333
).toBeVisible();
34-
await expect(page.locator('p:has-text("User:")')).toBeVisible();
35-
await expect(page.locator('p:has-text("Created At:")')).toBeVisible();
36-
await expect(page.locator('p:has-text("Updated At:")')).toBeVisible();
34+
await expect(page.locator('p:has-text("公開:")')).toBeVisible();
35+
await expect(page.locator('p:has-text("更新:")')).toBeVisible();
3736
});
3837
});
3938

0 commit comments

Comments
 (0)