Skip to content

Commit

Permalink
add jira id for the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 17, 2024
1 parent 41d5efb commit eefb9a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Get Model Route via UI
${route_xpath}= Set Variable xpath://div[.="${model_name} "]${MS_TABLE_ENDPOINT_INPUT}
${loaded}= Run Keyword And Return Status SeleniumLibrary.Wait Until Page Contains Element ${route_xpath} timeout=15s
IF ${loaded} == ${FALSE}
Log message=Model Route was not loaded in UI. Trying refreshing! level=WARN
Log message=Model Route was not loaded in UI (RHOAIENG-1919). Trying refreshing! level=WARN
SeleniumLibrary.Reload Page
SeleniumLibrary.Wait Until Page Contains Element ${route_xpath} timeout=15s
END
Expand Down

0 comments on commit eefb9a2

Please sign in to comment.