Skip to content

Commit aed17bf

Browse files
[qa] fix : fix(e2e): LessonProgressStatus 타입 오류 수정
'NOT_STARTED'는 유효하지 않은 값 — 'LOCKED'로 교체 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2b01d55 commit aed17bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/class/lesson-review.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function makeDrawer(): { content: CourseDrawerResponse } {
7676
title: '다음 레슨',
7777
isFree: true,
7878
isLocked: true,
79-
status: 'NOT_STARTED',
79+
status: 'LOCKED',
8080
isCurrentLesson: false,
8181
},
8282
],

0 commit comments

Comments
 (0)