G7 공개 증거와 SSOT 동기화

This commit is contained in:
Yun Chan 2026-08-09 22:56:05 +09:00
parent b34623f3db
commit 83590e9ef7
7 changed files with 130 additions and 148 deletions

View file

@ -342,7 +342,8 @@ test.describe("dev dashboard static command center", () => {
await expect(pulseDetails).toHaveJSProperty("open", false);
await pulseDetails.locator("summary").click();
await expect(pulseDetails).toHaveJSProperty("open", true);
await expect(pulseDetails).toContainText("detached clean release와 exact Git commit/tree");
await expect(pulseDetails).toContainText("b34623f3");
await expect(pulseDetails).toContainText("실제 mic·동시 high-water·human evidence");
await pulseDetails.locator("summary").click();
await expect(pulseDetails).toHaveJSProperty("open", false);