mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +01:00
Fix view log test case (#4438)
This commit is contained in:
parent
80e39c39d3
commit
340080f9a2
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user