실행 상세
● 종료됨
- 상태
- failed
- 버전
- stg
- 진행
- 1 / 1 (100%)
- 시작 / 종료 (KST)
- 오후 4:50:41 → 오후 4:51:05
통과 0실패 1
TC별 결과
| TC ID | 상태 | 소요(ms) | 메시지 |
|---|---|---|---|
| Automation test | failed | 23722 |
실행 로그
[오후 4:50:41]
[Automation test] playwright test 시작
[오후 4:50:44]
[Automation test] Running 1 test using 1 worker
[오후 4:51:05]
[Automation test] ✘ 1 C:/tmp/maestro-worker/556-Automation test.spec.ts:2061:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지 (22.5s)
1) C:/tmp/maestro-worker/556-Automation test.spec.ts:2061:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지 › Đăng ký Client
Error: expect(locator).toBeHidden() failed
Locator: getByRole('dialog').filter({ hasText: '클라이언트 등록' })
Expected: hidden
Received: visible
Timeout: 10000ms
Call log:
- Expect "toBeHidden" with timeout 10000ms
- waiting for getByRole('dialog').filter({ hasText: '클라이언트 등록' })
24 × locator resolved to <div role="dialog" tabindex="-1" data-state="open" data-slot="dialog-content" id="radix-_R_1lfknmbt5tbb_" aria-labelledby="radix-_R_1lfknmbt5tbbH1_" aria-describedby="radix-_R_1lfknmbt5tbbH2_" class="bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] …>…</div>
- unexpected value "visible"
233 | await this.clientDialog.getByRole('button', { name: '저장', exact: true }).click();
234 |
> 235 | await expect(this.clientDialog).toBeHidden({ timeout: 10_000 });
| ^
236 | // UI Client hiện không hiển thị toast/dialog thành công. Dialog đóng và record
237 | // mới xuất hiện trong bảng là tín hiệu hoàn tất đăng ký của màn này.
238 | await expect(this.page.getByText(client.name, { exact: true }).first()).toBeVisible();
at InspectionPage.registerClient (/Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/556-Automation test.spec.ts:235:37)
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/556-Automation test.spec.ts:2090:5
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/556-Automation test.spec.ts:2089:3
attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
test-results/556-Automation test-K-APP--83f78-lient-등록부터-Summary-결과지-검증까지/test-failed-1.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
test-results/556-Automation test-K-APP--83f78-lient-등록부터-Summary-결과지-검증까지/video.webm
────────────────────────────────────────────────────────────────────────────────────────────────
Error Context: test-results/556-Automation test-K-APP--83f78-lient-등록부터-Summary-결과지-검증까지/error-context.md
attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/556-Automation test-K-APP--83f78-lient-등록부터-Summary-결과지-검증까지/trace.zip
Usage:
npx playwright show-trace "test-results/556-Automation test-K-APP--83f78-lient-등록부터-Summary-결과지-검증까지/trace.zip"
────────────────────────────────────────────────────────────────────────────────────────────────
1 failed
C:/tmp/maestro-worker/556-Automation test.spec.ts:2061:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지