1
0
forked from baron/baron-sso

코드 체크 개선

This commit is contained in:
2026-05-21 08:46:08 +09:00
parent 79f99757ee
commit 2d6ca2f66b
14 changed files with 104 additions and 17 deletions

View File

@@ -106,7 +106,7 @@ test.describe("Authentication", () => {
await page.goto("/");
await expect(page.getByRole("link", { name: "조직도" })).toHaveAttribute(
"href",
"http://localhost:5175/login?auto=1&returnTo=%2Fchart",
"http://localhost:5175/login?auto=1&returnTo=%2Fchart%3FincludeInternal%3Dtrue",
);
});