Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deletion confirmation message change in RHOAI 2.9.0 Dashboard #1301

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Handle Deletion Confirmation Modal
IF "${additional_msg}" != "${NONE}"
Run Keyword And Continue On Failure Page Should Contain ${additional_msg}
END
Run Keyword And Continue On Failure Page Should Contain Type ${item_title} to confirm deletion.
Run Keyword And Continue On Failure Page Should Contain Type ${item_title} to confirm deletion:
Run Keyword And Continue On Failure Element Should Be Disabled ${delete_btn_xp}
Input Text xpath=//input[@id="delete-modal-input"] ${item_title}
Wait Until Element Is Enabled ${delete_btn_xp}
Expand Down
Loading