.
This commit is contained in:
@@ -133,6 +133,9 @@ test("서로 다른 유저는 /projects 에서 자신의 프로젝트만 볼 수
|
||||
|
||||
await page.goto("/projects");
|
||||
|
||||
const toolbar = page.getByTestId("projects-toolbar");
|
||||
await expect(toolbar).toBeVisible();
|
||||
|
||||
await expect(page.getByText("user-a-project")).toBeVisible();
|
||||
await expect(page.getByText("user-b-project")).toHaveCount(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user