-
Bug
-
Resolution: Unresolved
-
Normal
-
1.10.0
-
False
-
-
False
-
-
-
Low
Description of problem:
Lightspeed plugin e2e tests are skipped for locales de and es because the following translation keys are missing in both de.ts and es.ts (they exist in ref.ts and in fr, it, ja):
- disclaimer.withValidation
- chatbox.welcome.description
- user.guest
- aria.chatbotSelector
- conversation.delete.confirm.title
- conversation.delete.confirm.action
- conversation.rename.confirm.title
- conversation.rename.confirm.action
- conversation.rename.placeholder
Location: workspaces/lightspeed/plugins/lightspeed/src/translations/de.ts and es.ts
Impact: E2e tests for Lightspeed are skipped for de and es until these keys are added. Once all keys are translated, remove the skip in workspaces/lightspeed/packages/app/e2e-tests/lightspeed.test.ts (the beforeEach that calls skipIfLocales for ['de','es']).
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- is related to
-
RHIDP-12537 [e2e] Update e2e tests to support German and spanish locale in rhdh-plugins repo
-
- Review
-