Skip to content

Commit dc10881

Browse files
committed
fix comments
1 parent ae3627f commit dc10881

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/org_profile_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ func TestOrgProfile(t *testing.T) {
5656
}
5757

5858
func testOrgProfile(t *testing.T, u *url.URL) {
59-
// html #user-content-public (markdown title of public profile)
60-
// html #user-content-private (markdown title of private profile)
61-
// html #org-home-view-as-dropdown (indicate whether the view as dropdown menu is present)
59+
// selectors: "[data-profile-view-as-member=true/false]", "#org-home-view-as-dropdown" (indicate whether the view as dropdown menu is present)
6260

6361
// PART 1: Test Both Private and Public
6462
createTestProfile(t, "org3", user.RepoNameProfile, "Public Readme")

0 commit comments

Comments
 (0)