Add notification when course/lesson layouts are not available for cur… #447
Annotations
1 error, 1 warning, 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
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.6s)
|
Run Playwright tests with @setup annotation
5 passed (5.0s)
|
Loading