chore(e2e): add logging for failing test #7075
Annotations
3 errors, 1 warning, and 1 notice
Run E2E tests on PR:
test/e2e/tests/inputs/text.spec.ts#L45
1) [firefox] › inputs/text.spec.ts:18:7 › inputs: text › correctly applies kanji edits ───────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "速ヒマヤレ誌相ルなあね日諸せ変評ホ真攻同潔ク作先た員勝どそ際接レゅ自17浅ッ実情スヤ籍認ス重力務鳥の。8平はートご多乗12青國暮整ル通国うれけこ能新ロコラハ元横ミ休探ミソ梓批ざょにね薬展むい本隣ば禁抗ワアミ部真えくト提知週むすほ。査ル人形ルおじつ政謙減セヲモ読見れレぞえ録精てざ定第ぐゆとス務接産ヤ写馬エモス聞氏サヘマ有午ごね客岡ヘロ修彩枝雨父のけリド。·
住ゅなぜ日16語約セヤチ任政崎ソオユ枠体ぞン古91一専泉給12関モリレネ解透ぴゃラぼ転地す球北ドざう記番重投ぼづ。期ゃ更緒リだすし夫内オ代他られくド潤刊本クヘフ伊一ウムニヘ感週け出入ば勇起ょ関図ぜ覧説めわぶ室訪おがト強車傾町コ本喰杜椿榎ほれた。暮る生的更芸窓どさはむ近問ラ入必ラニス療心コウ怒応りめけひ載総ア北吾ヌイヘ主最ニ余記エツヤ州5念稼め化浮ヌリ済毎養ぜぼ。"
Received: null
43 | let currentExpectedValue = kanji
44 | await expect(field).toHaveValue(currentExpectedValue)
> 45 | await expect(await getRemoteValue()).toBe(currentExpectedValue)
| ^
46 |
47 | // Edit the value to start with "Paragraph 1: "
48 | const p1Prefix = 'Paragraph 1: '
at /home/runner/work/sanity/sanity/test/e2e/tests/inputs/text.spec.ts:45:42
|
Run E2E tests on PR:
test/e2e/tests/inputs/text.spec.ts#L45
1) [firefox] › inputs/text.spec.ts:18:7 › inputs: text › correctly applies kanji edits ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "速ヒマヤレ誌相ルなあね日諸せ変評ホ真攻同潔ク作先た員勝どそ際接レゅ自17浅ッ実情スヤ籍認ス重力務鳥の。8平はートご多乗12青國暮整ル通国うれけこ能新ロコラハ元横ミ休探ミソ梓批ざょにね薬展むい本隣ば禁抗ワアミ部真えくト提知週むすほ。査ル人形ルおじつ政謙減セヲモ読見れレぞえ録精てざ定第ぐゆとス務接産ヤ写馬エモス聞氏サヘマ有午ごね客岡ヘロ修彩枝雨父のけリド。·
住ゅなぜ日16語約セヤチ任政崎ソオユ枠体ぞン古91一専泉給12関モリレネ解透ぴゃラぼ転地す球北ドざう記番重投ぼづ。期ゃ更緒リだすし夫内オ代他られくド潤刊本クヘフ伊一ウムニヘ感週け出入ば勇起ょ関図ぜ覧説めわぶ室訪おがト強車傾町コ本喰杜椿榎ほれた。暮る生的更芸窓どさはむ近問ラ入必ラニス療心コウ怒応りめけひ載総ア北吾ヌイヘ主最ニ余記エツヤ州5念稼め化浮ヌリ済毎養ぜぼ。"
Received: null
43 | let currentExpectedValue = kanji
44 | await expect(field).toHaveValue(currentExpectedValue)
> 45 | await expect(await getRemoteValue()).toBe(currentExpectedValue)
| ^
46 |
47 | // Edit the value to start with "Paragraph 1: "
48 | const p1Prefix = 'Paragraph 1: '
at /home/runner/work/sanity/sanity/test/e2e/tests/inputs/text.spec.ts:45:42
|
Run E2E tests on PR
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/cache@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run E2E tests on PR
1 failed
[firefox] › inputs/text.spec.ts:18:7 › inputs: text › correctly applies kanji edits ────────────
5 skipped
7 passed (46.9s)
|
The logs for this run have expired and are no longer available.
Loading