Show notice in Course Editor to focus on Course Outline block or Insert one if block does not exist for first time users #4341
Annotations
1 error and 2 notices
Run Playwright tests:
tests/e2e-playwright/specs/frontend/student/course-completion.spec.ts#L36
1) [chromium] › frontend/student/course-completion.spec.ts:22:7 › Course Completion in Learning Mode › Student enrolls in course and completes all lessons.
Error: Timed out 5000ms waiting for expect(received).toHaveText(expected)
Expected string: "E2E Lesson Learning Mode 101"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h1').first()
34 | const lessonPage = new LessonPage( page );
35 |
> 36 | await expect( lessonPage.title ).toHaveText( lesson.title.raw );
| ^
37 |
38 | // Completes first lesson.
39 | await lessonPage.clickCompleteLesson();
at /home/runner/work/sensei/sensei/tests/e2e-playwright/specs/frontend/student/course-completion.spec.ts:36:37
|
Run Playwright tests with @setup annotation
5 passed (5.2s)
|
Run Playwright tests
1 flaky
[chromium] › frontend/student/course-completion.spec.ts:22:7 › Course Completion in Learning Mode › Student enrolls in course and completes all lessons.
6 passed (37.9s)
|
The logs for this run have expired and are no longer available.
Loading