mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +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}
|
Wait Until Page Contains Element ${dialog_close}
|
||||||
Click 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
|
Stop Jobs
|
||||||
Click Element ${stop_jobs_button}
|
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}
|
Create A New Endpoint edp${d} aaa ${HARBOR_ADMIN} ${HARBOR_PASSWORD}
|
||||||
Switch To Replication Manage
|
Switch To Replication Manage
|
||||||
Create A Rule With Existing Endpoint rule${d} project${d} edp${d} Immediate
|
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
|
Wait Until Page Contains transfer
|
||||||
# Stop Jobs #temp disable
|
Stop Jobs #temp disable
|
||||||
# Wait Until Page Contains stopped
|
Wait Until Page Contains stopped
|
||||||
View Job Log busybox
|
View Job Log busybox
|
||||||
Close Browser
|
Close Browser
|
||||||
|
Loading…
Reference in New Issue
Block a user