fix(e2e): verify and enable settings test#4686
fix(e2e): verify and enable settings test#4686teknaS47 wants to merge 1 commit intoredhat-developer:release-1.8from
Conversation
Code Review by Qodo
1. Unsupported LOCALE crashes test
|
Review Summary by QodoEnable and fix settings page e2e tests
WalkthroughsDescription• Enable settings page e2e test by removing fixme marker • Add test component annotation for test categorization • Fix French language text verification to use locale data • Uncomment and correct internationalized text assertions Diagramflowchart LR
A["Settings Test Suite"] -->|Add beforeAll hook| B["Component Annotation"]
A -->|Remove fixme marker| C["Enable Test Execution"]
A -->|Fix assertions| D["Use Locale Data"]
D -->|Replace hardcoded text| E["French Translations"]
File Changes1. e2e-tests/playwright/e2e/settings.spec.ts
|
|
@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. |
Description
Verify that the PR images render the settings page correctly and enable the settings page e2e tests.
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