mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Fix: upload chart version testcase failure in nightly
This is because after 2 seconds the modal still exist Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
parent
259b984755
commit
8ca917291e
@ -19,7 +19,7 @@ Upload Chart files
|
|||||||
${prometheus_file_path} Set Variable ${current_dir}/${prometheus_chart_filename}
|
${prometheus_file_path} Set Variable ${current_dir}/${prometheus_chart_filename}
|
||||||
Choose File xpath=${chart_file_browse} ${prometheus_file_path}
|
Choose File xpath=${chart_file_browse} ${prometheus_file_path}
|
||||||
Click Element xpath=${upload_action_button}
|
Click Element xpath=${upload_action_button}
|
||||||
Sleep 2
|
Wait Until Element Does Not Contain xpath=${upload_action_button}
|
||||||
|
|
||||||
Click Element xpath=${upload_chart_button}
|
Click Element xpath=${upload_chart_button}
|
||||||
${harbor_file_path} Set Variable ${current_dir}/${harbor_chart_filename}
|
${harbor_file_path} Set Variable ${current_dir}/${harbor_chart_filename}
|
||||||
|
Loading…
Reference in New Issue
Block a user