공개 복구 상태 동기화
This commit is contained in:
parent
a73bcd248f
commit
2605661f0c
5 changed files with 43 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue