mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-02 01:17:43 +03:00
fix comments
This commit is contained in:
parent
ae3627fd2a
commit
dc10881f9a
@ -56,9 +56,7 @@ func TestOrgProfile(t *testing.T) {
|
||||
}
|
||||
|
||||
func testOrgProfile(t *testing.T, u *url.URL) {
|
||||
// html #user-content-public (markdown title of public profile)
|
||||
// html #user-content-private (markdown title of private profile)
|
||||
// html #org-home-view-as-dropdown (indicate whether the view as dropdown menu is present)
|
||||
// selectors: "[data-profile-view-as-member=true/false]", "#org-home-view-as-dropdown" (indicate whether the view as dropdown menu is present)
|
||||
|
||||
// PART 1: Test Both Private and Public
|
||||
createTestProfile(t, "org3", user.RepoNameProfile, "Public Readme")
|
||||
|
Loading…
Reference in New Issue
Block a user