fix(e2e): update Cypress selectors for release-4.21 console PF5 migration - #2989
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: TimothyAsirJeyasing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test odf-console-e2e-aws |
OCP 4.21 console migrated StorageClass and PVC forms from PF4 to PF5, breaking 6 e2e tests that referenced removed data-test attributes. Selector changes: - dropdown-text-filter → console-select-search-input (ConsoleSelect) - dropdown-menu-item-link → console-select-item (SelectOption) - Block-radio-input → #volumeMode-Block (PF5 Radio uses id only) - Add visibility wait on provisioner dropdown to fix timing race Signed-off-by: Timothy Asir Jeyasingh <tim.gluster@gmail.com>
852e636 to
3aa062f
Compare
|
@TimothyAsirJeyasing: 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. |
|
/retest |
OCP 4.21 console migrated StorageClass and PVC forms from PF4 to PF5, breaking 6 e2e tests that referenced removed data-test attributes.
Selector changes:
Description
Change Type
Please select all applicable options:
Component / Area Impacted
Please select all applicable options:
Screenshots / Recordings
Screenshots
Recordings / Demo Videos
Testing
Please select the type of tests included:
Additional Notes