-
Bug
-
Resolution: Unresolved
-
Normal
-
1.10.0
-
None
-
False
-
-
False
-
-
-
Low
Description of problem:
Quickstart plugin e2e tests are skipped for German (de) and Spanish (es) because six step CTA translation keys are missing in those locales. The same keys exist in the English ref and in fr, it, and ja.
Missing keys
| Translation Key | Ref (English) value |
|---|---|
| steps.configureRbac.ctaTitle | Manage access |
| steps.configureGit.ctaTitle | Learn more |
| steps.managePlugins.ctaTitle | Explore plugins |
| steps.learnAboutCatalog.ctaTitle | View Catalog |
| steps.exploreSelfServiceTemplates.ctaTitle | Explore templates |
| steps.findAllLearningPaths.ctaTitle | View Learning Paths |
Location
| File |
|---|
| workspaces/quickstart/plugins/quickstart/src/translations/de.ts |
| workspaces/quickstart/plugins/quickstart/src/translations/es.ts |
Impact: The e2e specs quick-start-admin-guest.spec.ts and quick-start-developer.spec.ts are skipped for projects de, es, dev-config-de, and dev-config-es. After these keys are added and translated, the skipIfLocales beforeEach can be removed from both spec files so the tests run on de and 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
-