ecosystem-ci-from-pr #392
Annotations
10 errors
workspace/vue-i18n/vue-i18n/e2e/datetime.spec.ts#L10
AssertionError: expected '{{ t(\'current\') }}: {{ d(now, \'lon…' to include '現在の日時'
❯ e2e/datetime.spec.ts:10:20
|
workspace/vue-i18n/vue-i18n/e2e/datetime.spec.ts#L19
AssertionError: expected '{{ t(\'current\') }}: {{ d(now, \'lon…' to include 'Current Datetime'
❯ e2e/datetime.spec.ts:19:20
|
workspace/vue-i18n/vue-i18n/e2e/datetime.spec.ts#L10
AssertionError: expected '{{ $t(\'current\') }}: {{ $d(now, \'l…' to include '現在の日時'
❯ e2e/datetime.spec.ts:10:20
|
workspace/vue-i18n/vue-i18n/e2e/datetime.spec.ts#L19
AssertionError: expected '{{ $t(\'current\') }}: {{ $d(now, \'l…' to include 'Current Datetime'
❯ e2e/datetime.spec.ts:19:20
|
workspace/vue-i18n/vue-i18n/e2e/number.spec.ts#L9
AssertionError: expected '{{ t(\'money\') }}: {{ n(money, \'cur…' to match 'お金: ¥1,000'
- Expected
+ Received
- お金: ¥1,000
+ {{ t('money') }}: {{ n(money, 'currency') }}
❯ e2e/number.spec.ts:9:40
|
workspace/vue-i18n/vue-i18n/e2e/number.spec.ts#L14
AssertionError: expected '{{ t(\'money\') }}: {{ n(money, \'cur…' to match 'Money: $1,000.00'
- Expected
+ Received
- Money: $1,000.00
+ {{ t('money') }}: {{ n(money, 'currency') }}
❯ e2e/number.spec.ts:14:40
|
workspace/vue-i18n/vue-i18n/e2e/number.spec.ts#L9
AssertionError: expected '{{ $t(\'money\') }}: {{ $n(money, \'c…' to match 'お金: ¥1,000'
- Expected
+ Received
- お金: ¥1,000
+ {{ $t('money') }}: {{ $n(money, 'currency') }}
❯ e2e/number.spec.ts:9:40
|
workspace/vue-i18n/vue-i18n/e2e/number.spec.ts#L14
AssertionError: expected '{{ $t(\'money\') }}: {{ $n(money, \'c…' to match 'Money: $1,000.00'
- Expected
+ Received
- Money: $1,000.00
+ {{ $t('money') }}: {{ $n(money, 'currency') }}
❯ e2e/number.spec.ts:14:40
|
workspace/vue-i18n/vue-i18n/e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語'
- Expected
+ Received
- 言語
+ {{ t('message.language') }}
❯ e2e/started.spec.ts:9:44
|
workspace/vue-i18n/vue-i18n/e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language'
- Expected
+ Received
- Language
+ {{ t('message.language') }}
❯ e2e/started.spec.ts:15:44
|
The logs for this run have expired and are no longer available.
Loading