학생 분석 목록 펼침 보강
This commit is contained in:
parent
51053af536
commit
69fece56bf
9 changed files with 289 additions and 145 deletions
|
|
@ -577,6 +577,11 @@ test.describe("layout visual gate @single-run", () => {
|
|||
await expect(page.locator('[data-learner-overview-row="true"]')).toHaveCount(1);
|
||||
await expect(page.locator('[data-learner-analysis-panel="true"]')).toHaveCount(0);
|
||||
await expect(page.getByLabel("학습자 검색")).toBeVisible();
|
||||
const expandButton = page.getByRole("button", { name: /분석 검증 학습자 요약/ });
|
||||
if ((await expandButton.getAttribute("aria-expanded")) !== "true") {
|
||||
await expandButton.click();
|
||||
}
|
||||
await expect(page.locator('[data-learner-expanded-row="true"]')).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue