mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
Fix: Rebotcase failure in upload chart (#6411)
Fix testcase because of wrong keyword Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
parent
312d89f18d
commit
7d4de8743b
@ -19,7 +19,7 @@ Upload Chart files
|
||||
${prometheus_file_path} Set Variable ${current_dir}/${prometheus_chart_filename}
|
||||
Choose File xpath=${chart_file_browse} ${prometheus_file_path}
|
||||
Click Element xpath=${upload_action_button}
|
||||
Wait Until Element Does Not Contain xpath=${upload_action_button}
|
||||
Wait Until Page Does Not Contain Element xpath=${upload_action_button}
|
||||
|
||||
Click Element xpath=${upload_chart_button}
|
||||
${harbor_file_path} Set Variable ${current_dir}/${harbor_chart_filename}
|
||||
|
Loading…
Reference in New Issue
Block a user