revert: rollback Fluent UI and Blazor homepage to last successful state (3be3794)
This commit is contained in:
@@ -133,7 +133,7 @@ test.describe('admin CRM pages', () => {
|
||||
// JS 네이티브 클릭으로 강제 격발하여 오프셋 씹힘 소멸
|
||||
await addButton.evaluate(el => (el as HTMLButtonElement).click());
|
||||
|
||||
// 편집 모달이 화면에 안정적으로 표시될 때까지 대기
|
||||
// 대화상자(MudDialog) 자체의 노출 대기
|
||||
await expect(page.locator('.mud-dialog')).toBeVisible({ timeout: 5000 });
|
||||
|
||||
// mud-select 컨테이너 자체 클릭 (이벤트 핸들러 직접 격발)
|
||||
|
||||
Reference in New Issue
Block a user