공개 복구 상태 동기화

This commit is contained in:
Yun Chan 2026-08-12 12:01:10 +09:00
parent a73bcd248f
commit 2605661f0c
5 changed files with 43 additions and 28 deletions

View file

@ -343,7 +343,7 @@ 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("b34623f3");
await expect(pulseDetails).toContainText("a73bcd24");
await expect(pulseDetails).toContainText("실제 mic·동시 high-water·human evidence");
await pulseDetails.locator("summary").click();
await expect(pulseDetails).toHaveJSProperty("open", false);