Skip to content

Commit

Permalink
fix: New xpath on model serving runtime selection dropdown (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored Mar 7, 2024
1 parent 6c5050b commit 561bbd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ Select Model Serving Platform
[Documentation] Selects which model serving platform the serving runtime could be executed on
[Arguments] ${platform}="both"
${platform_link_name}= Get From Dictionary ${PLATFORM_NAMES_MAPPING} ${platform.lower()}
SeleniumLibrary.Click Element css:div#custom-serving-runtime-selection > button
SeleniumLibrary.Click Element xpath://div[@data-testid="custom-serving-runtime-selection"]//button
SeleniumLibrary.Wait Until Page Contains Element xpath://a[text()="${platform_link_name}"]
SeleniumLibrary.Click Link ${platform_link_name}

0 comments on commit 561bbd2

Please sign in to comment.