Playwright #2196
Triggered via deployment status
December 10, 2024 11:49
vercel[bot]
created
03e1bc2
Status
Success
Total duration
5m 23s
Artifacts
–
Annotations
2 errors, 8 warnings, and 1 notice
[No persona] › tests/modifiy-lesson.test.ts:24:7 › Modify a lesson plan › Modify a lesson resource:
apps/nextjs/tests-e2e/tests/modifiy-lesson.test.ts#L1
1) [No persona] › tests/modifiy-lesson.test.ts:24:7 › Modify a lesson plan › Modify a lesson resource
Test timeout of ***0000ms exceeded.
|
[Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts:36:5 › Full aila flow with Romans fixture:
apps/nextjs/tests-e2e/tests/aila-chat/full-romans.mobile.test.ts#L58
2) [Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts:***6:5 › Full aila flow with Romans fixture › Fill in the chat box
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('chat-input')
Expected string: "Create a KS1 lesson on the end of Roman Britain"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('chat-input')
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
- locator resolved to <textarea rows="1" required="" tabindex="0" spellcheck="***" data-testid="chat-input" placeholder="Subject, key stage and title" class="min-h-[60px] w-full resize-none bg-transparent px-10 py-[1.***rem] text-lg focus-within:outline-none"></textarea>
- unexpected value ""
56 | const message = "Create a KS1 lesson on the end of Roman Britain";
57 | await textbox.fill(message);
> 58 | await expect(textbox).toContainText(message);
| ^
59 |
60 | // Temporary fix: The test goes quicker than a real user and submits before the demo status has loaded
61 | // This means that a demo modal would be shown when submitting
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/aila-chat/full-romans.mobile.test.ts:58:29
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/aila-chat/full-romans.mobile.test.ts:5***:5
|
test-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-e2e
Failed to restore: Cache service responded with 403
|
Slow Test:
apps/nextjs/[Common persona] › tests/aila-chat/full-romans.test.ts#L1
apps/nextjs/[Common persona] › tests/aila-chat/full-romans.test.ts took 1.***m
|
Slow Test:
apps/nextjs/[No persona] › tests/aila-chat/rate-limiting.test.ts#L1
apps/nextjs/[No persona] › tests/aila-chat/rate-limiting.test.ts took 21.5s
|
Slow Test:
apps/nextjs/[No persona] › tests/banned-users.test.ts#L1
apps/nextjs/[No persona] › tests/banned-users.test.ts took 20.6s
|
Slow Test:
apps/nextjs/[No persona] › tests/sharing.test.ts#L1
apps/nextjs/[No persona] › tests/sharing.test.ts took 19.5s
|
Slow Test:
apps/nextjs/[Common persona] › tests/aila-chat/downloads.test.ts#L1
apps/nextjs/[Common persona] › tests/aila-chat/downloads.test.ts took 17.8s
|
test-e2e
Can't add secret mask for empty string in ##[add-mask] command.
|
🎭 Playwright Run Summary
2 flaky
[No persona] › tests/modifiy-lesson.test.ts:24:7 › Modify a lesson plan › Modify a lesson resource
[Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts:***6:5 › Full aila flow with Romans fixture
1 skipped
1*** passed (***.***m)
|