Fix view log test case (#4438)

This commit is contained in:
sigsbee 2018-03-20 18:11:39 +08:00 committed by Yan
parent 80e39c39d3
commit 340080f9a2
2 changed files with 15 additions and 2 deletions

View File

@ -141,6 +141,17 @@ Delete Rule
Wait Until Page Contains Element ${dialog_close}
Click Element ${dialog_close}
Filter Rule
[Arguments] ${rule}
Click Element ${rule_filter_search}
Input Text ${rule_filter_input} ${rule}
Sleep 1
Select Rule
[Arguments] ${rule}
Sleep 1
Click Element //clr-dg-row[contains(.,'${rule}')]//label
Stop Jobs
Click Element ${stop_jobs_button}

View File

@ -144,8 +144,10 @@ Test Case - Proj Replication Jobs Log View
Create A New Endpoint edp${d} aaa ${HARBOR_ADMIN} ${HARBOR_PASSWORD}
Switch To Replication Manage
Create A Rule With Existing Endpoint rule${d} project${d} edp${d} Immediate
Filter Rule rule${d}
Select Rule rule${d}
Wait Until Page Contains transfer
# Stop Jobs #temp disable
# Wait Until Page Contains stopped
Stop Jobs #temp disable
Wait Until Page Contains stopped
View Job Log busybox
Close Browser