Playwright #2192
Triggered via deployment status
December 10, 2024 10:53
vercel[bot]
created
af5fe31
Status
Success
Total duration
4m 29s
Artifacts
–
Annotations
1 error, 8 warnings, and 1 notice
[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
1) [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 ""
- 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.2m
|
Slow Test:
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts#L1
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts took 29.6s
|
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 2***.0s
|
Slow Test:
apps/nextjs/[No persona] › tests/banned-users.test.ts#L1
apps/nextjs/[No persona] › tests/banned-users.test.ts took 18.9s
|
Slow Test:
apps/nextjs/[Common persona] › tests/aila-chat/downloads.test.ts#L1
apps/nextjs/[Common persona] › tests/aila-chat/downloads.test.ts took 18.1s
|
test-e2e
Can't add secret mask for empty string in ##[add-mask] command.
|
🎭 Playwright Run Summary
1 flaky
[Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts:***6:5 › Full aila flow with Romans fixture
1 skipped
14 passed (2.8m)
|