chore(e2e): localization cleanup - #4673
Conversation
Code Review by Qodo
1. Quickstart open not localized
|
|
/test e2e-ocp-nightly |
|
The container image build workflow finished with status: |
|
/test e2e-ocp-helm-nightly |
Review Summary by QodoLocalization cleanup: simplify e2e tests and consolidate translation files
WalkthroughsDescription• Replace localization lookups with hardcoded English strings in e2e tests • Simplify locale.ts by removing duplicate translation file imports • Update German and Spanish translations for selfService menu item • Improve quickstart hide button handling with locale-aware labels Diagramflowchart LR
A["E2E Test Files"] -->|Remove i18n lookups| B["Hardcoded English Strings"]
C["locale.ts"] -->|Remove duplicate imports| D["Simplified Locale Config"]
E["Translation Files"] -->|Update menu items| F["German & Spanish Translations"]
G["UIhelper"] -->|Add locale map| H["Quickstart Hide Button"]
File Changes1. e2e-tests/playwright/e2e/extensions.spec.ts
|
d750690 to
d70a98b
Compare
|
/test e2e-ocp-helm-nightly |
|
The container image build workflow finished with status: |
|
/test e2e-ocp-helm-nightly |
|
/test e2e-ocp-helm-nightly |
a75aebb to
81fe8f4
Compare
|
The container image build workflow finished with status: |
|
/test e2e-ocp-helm-nightly |
81fe8f4 to
6bda64c
Compare
54d35f4 to
88fd8ad
Compare
|
The container image build workflow finished with status: |
Co-authored-by: Zbyněk Drápela <61500440+zdrapela@users.noreply.github.com>
88fd8ad to
9574b2a
Compare
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
/retest |
|
/test e2e-ocp-helm-nightly |
|
@teknaS47: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/test e2e-ocp-helm-nightly |
|
|
/lgtm |
fa4ddb1
into
redhat-developer:main



Description
Cleaning up localization files to use existing json files
Skipping failing test due to bug RHDHBUGS-2958
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer