Skip to content

Commit

Permalink
fix: ODS-2276 and ODS-2279 issues (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored Apr 17, 2024
1 parent 6ee66a2 commit 1582580
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ 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()}
Click Element xpath://div[@data-testid="custom-serving-runtime-selection"]//button
Wait Until Page Contains Element xpath://a[text()="${platform_link_name}"]
Click Link ${platform_link_name}
Click Button xpath://button[@data-testid="custom-serving-runtime-selection"]
Wait Until Page Contains Element xpath://span[text()="${platform_link_name}"]
Click Element xpath://span[text()="${platform_link_name}"]

Select Runtime API Protocol
[Documentation] Selects which API protocol for the runtime
Expand Down

0 comments on commit 1582580

Please sign in to comment.