New Crowdin updates #834
Annotations
10 errors and 1 notice
|
test
Process completed with exit code 1.
|
|
[Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas:
tests/locale-match.spec.js#L274
3) [Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "es"
Received: "es-419"
272 |
273 | test('bestFitMatcher testing es-KY Americas', () => {
> 274 | expect(localeMatch(['es-KY'], ['es', 'en', 'es-419'], 'en')).toBe('es');
| ^
275 | });
276 | });
277 |
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:274:66
|
|
[Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas:
tests/locale-match.spec.js#L274
3) [Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "es"
Received: "es-419"
272 |
273 | test('bestFitMatcher testing es-KY Americas', () => {
> 274 | expect(localeMatch(['es-KY'], ['es', 'en', 'es-419'], 'en')).toBe('es');
| ^
275 | });
276 | });
277 |
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:274:66
|
|
[Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas:
tests/locale-match.spec.js#L274
3) [Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas
Error: expect(received).toBe(expected) // Object.is equality
Expected: "es"
Received: "es-419"
272 |
273 | test('bestFitMatcher testing es-KY Americas', () => {
> 274 | expect(localeMatch(['es-KY'], ['es', 'en', 'es-419'], 'en')).toBe('es');
| ^
275 | });
276 | });
277 |
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:274:66
|
|
[Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK:
tests/locale-match.spec.js#L266
2) [Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-MO"
264 |
265 | test('bestFitMatcher testing zh-HK', () => {
> 266 | expect(localeMatch(['zh-HK'], ['zh-Hant', 'zh-MO'], 'en')).toBe('zh-Hant');
| ^
267 | });
268 |
269 | test('bestFitMatcher testing en-CA', () => {
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:266:64
|
|
[Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK:
tests/locale-match.spec.js#L266
2) [Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-MO"
264 |
265 | test('bestFitMatcher testing zh-HK', () => {
> 266 | expect(localeMatch(['zh-HK'], ['zh-Hant', 'zh-MO'], 'en')).toBe('zh-Hant');
| ^
267 | });
268 |
269 | test('bestFitMatcher testing en-CA', () => {
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:266:64
|
|
[Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK:
tests/locale-match.spec.js#L266
2) [Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-MO"
264 |
265 | test('bestFitMatcher testing zh-HK', () => {
> 266 | expect(localeMatch(['zh-HK'], ['zh-Hant', 'zh-MO'], 'en')).toBe('zh-Hant');
| ^
267 | });
268 |
269 | test('bestFitMatcher testing en-CA', () => {
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:266:64
|
|
[Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK:
tests/locale-match.spec.js#L9
1) [Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-HANT"
7 | test.describe('official formatjs test cases', () => {
8 | test('zh-HK', () => {
> 9 | expect(localeMatch(['zh-HK'], ['zh', 'zh-HANT', 'en'], 'en')).toBe(
| ^
10 | 'zh-Hant',
11 | );
12 | });
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:9:67
|
|
[Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK:
tests/locale-match.spec.js#L9
1) [Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-HANT"
7 | test.describe('official formatjs test cases', () => {
8 | test('zh-HK', () => {
> 9 | expect(localeMatch(['zh-HK'], ['zh', 'zh-HANT', 'en'], 'en')).toBe(
| ^
10 | 'zh-Hant',
11 | );
12 | });
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:9:67
|
|
[Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK:
tests/locale-match.spec.js#L9
1) [Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK ───────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "zh-Hant"
Received: "zh-HANT"
7 | test.describe('official formatjs test cases', () => {
8 | test('zh-HK', () => {
> 9 | expect(localeMatch(['zh-HK'], ['zh', 'zh-HANT', 'en'], 'en')).toBe(
| ^
10 | 'zh-Hant',
11 | );
12 | });
at /Users/runner/work/phanpy/phanpy/tests/locale-match.spec.js:9:67
|
|
🎭 Playwright Run Summary
3 failed
[Mobile Safari] › tests/locale-match.spec.js:8:3 › official formatjs test cases › zh-HK ────────
[Mobile Safari] › tests/locale-match.spec.js:265:3 › BestFitMatcher test cases › bestFitMatcher testing zh-HK
[Mobile Safari] › tests/locale-match.spec.js:273:3 › BestFitMatcher test cases › bestFitMatcher testing es-KY Americas
27 passed (32.5s)
|