var golang.org/x/pkgsite/internal/testing/pagecheck.in
36 uses
golang.org/x/pkgsite/internal/testing/pagecheck (current package)
pagecheck.go#L75: in = htmlcheck.In
pagecheck.go#L96: importsDetails := in("",
pagecheck.go#L97: in(`[data-test-id="UnitHeader-imports"]`,
pagecheck.go#L98: in("a",
pagecheck.go#L101: in(`[data-test-id="UnitHeader-importedby"]`,
pagecheck.go#L102: in("a",
pagecheck.go#L113: majorVersionBanner = in(`[data-test-id="UnitHeader-majorVersionBanner"]`,
pagecheck.go#L114: in("span",
pagecheck.go#L116: in("a",
pagecheck.go#L123: return in("",
pagecheck.go#L125: in(`[data-test-id="UnitHeader-breadcrumbCurrent"]`, text(curBreadcrumb)),
pagecheck.go#L126: in(`[data-test-id="UnitHeader-title"]`, text(p.Title)),
pagecheck.go#L128: in(`[data-test-id="UnitHeader-version"]`,
pagecheck.go#L129: in("a",
pagecheck.go#L132: in(`[data-test-id="UnitHeader-commitTime"]`,
pagecheck.go#L134: in(`[data-test-id="UnitHeader-licenses"]`,
pagecheck.go#L135: in("a",
pagecheck.go#L143: return in(".UnitReadme",
pagecheck.go#L144: in(`[data-test-id="Unit-readmeContent"]`, text("readme")),
pagecheck.go#L150: return in(".Documentation", text(`Overview`))
pagecheck.go#L159: link = in(`[data-test-id="UnitDirectories-table"] a`, href(firstHref), exactText(firstText))
pagecheck.go#L161: return in("",
pagecheck.go#L162: in("th:nth-child(1)", text("^Path$")),
pagecheck.go#L163: in("th:nth-child(2)", text("^Synopsis$")),
pagecheck.go#L169: return in(".js-canonicalURLPath", attr("data-canonical-url-path", path))
pagecheck.go#L178: link = in("table.Directories a", href(firstHref), exactText(firstText))
pagecheck.go#L180: return in("",
pagecheck.go#L181: in("th:nth-child(1)", text("^Path$")),
pagecheck.go#L182: in("th:nth-child(2)", text("^Synopsis$")),
pagecheck.go#L188: return in("",
pagecheck.go#L189: in(".License",
pagecheck.go#L192: in("a",
pagecheck.go#L195: in(".License-contents",
pagecheck.go#L197: in(".License-source",
pagecheck.go#L212: return in(`[data-test-id="UnitHeader-minorVersionBanner"]`,
pagecheck.go#L214: in("a", href(p.LatestLink), exactText("Go to latest")))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |