Running Copilot coding agent #27
Annotations
2 errors
|
src/components/inkPlaceholder/inkPlaceholder.test.ts > InkPlaceholder > i18n integration > uses i18n translations for error state:
packages/web-design/src/components/inkPlaceholder/inkPlaceholder.test.ts#L205
AssertionError: expected 'Something went wrongAn error occurred…' to contain 'Translated Error'
Expected: "Translated Error"
Received: "Something went wrongAn error occurred. Please try again."
❯ src/components/inkPlaceholder/inkPlaceholder.test.ts:205:30
|
|
src/components/inkPlaceholder/inkPlaceholder.test.ts > InkPlaceholder > i18n integration > uses i18n translations when provided:
packages/web-design/src/components/inkPlaceholder/inkPlaceholder.test.ts#L168
AssertionError: expected 'No dataThere\'s nothing here yet.' to contain 'Translated Empty Title'
Expected: "Translated Empty Title"
Received: "No dataThere's nothing here yet."
❯ src/components/inkPlaceholder/inkPlaceholder.test.ts:168:30
|