chore: update running typescript natively documentation #1599
Annotations
10 errors and 1 notice
|
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
3) [webkit] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
3) [webkit] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
3) [webkit] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
2) [firefox] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
2) [firefox] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
2) [firefox] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
1) [chromium] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
1) [chromium] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
apps/site/tests/e2e/general-behavior.spec.ts#L61
1) [chromium] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
Error: expect(received).toContain(expected) // indexOf
Expected value: "Certification"
Received array: ["About", "Download", "Docs", "Guides", "Learn", "Security", "Courses", "Blog", "Contribute"]
59 | for (const link of links) {
60 | const linkText = await link.textContent();
> 61 | expect(expectedTexts).toContain(linkText!.trim());
| ^
62 | }
63 | };
64 |
at verifyTranslation (/home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:61:27)
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:118:7
|
|
3 failed
[chromium] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
[firefox] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
[webkit] › tests/e2e/general-behavior.spec.ts:115:5 › Node.js Website › Language › should correctly translate UI elements according to language files
12 passed (44.6s)
|
The logs for this run have expired and are no longer available.
Loading