Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add open more info page test case #16708

Merged
merged 1 commit into from
Apr 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tests/robot-cases/Group1-Nightly/Routing.robot
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,13 @@ Test Case - Open License Page
Switch Window locator=NEW
Retry Wait Until Page Contains Apache License
Close Browser

Test Case - Open More Info Page
[Tags] more_info_page
Init Chrome Driver
Go To ${HARBOR_URL}
Retry Link Click //sign-in//div//a[contains(.,'More info...')]
Sleep 3
Switch Window locator=NEW
Retry Wait Until Page Contains An open source trusted cloud native registry project that stores, signs, and scans content.
Close Browser