-
Notifications
You must be signed in to change notification settings - Fork 81
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
Patternfly changes for gpu model serving #1123
Conversation
Signed-off-by: Tarun Kumar <[email protected]>
@@ -18,12 +18,14 @@ | |||
${REPLICAS_PLUS_BTN_XP}= xpath=//div/button[@aria-label="Plus"] | |||
${REPLICAS_MIN_BTN_XP}= xpath=//div/button[@aria-label="Minus"] | |||
${SERVING_RUNTIME_NAME}= xpath=//input[@id="serving-runtime-name-input"] | |||
${SERVING_ACCELERATOR_DROPDOWN_XPATH}= xpath=//label[@for='modal-notebook-accelerator']/ancestor::div[@class='pf-c-form__group']/descendant::button | |||
${SERVING_ACCELERATOR_DROPDOWN_XPATH}= xpath=//label[@for='modal-notebook-accelerator']/ancestor::div[@class='pf-v5-c-form__group-control']/descendant::button |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Robot Results
|
#smoke : 4339 |
can u plz rebase the patch |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
One question - there are attempts to not to use the pf-v5
prefix as this may change due to the PatternFly version in the future again. Instead, something like contains(@class,"-table__action")
is preferred, see e.g. #1117. WDYT?
@jstourac for now i will keep this and will send another pr which i am working on to have this fix. For now i need this pr to be merged to handle the other pr |
No description provided.