@@ -56,6 +56,7 @@ func TestFullAndIncrementalBuild(t *testing.T) { |
| 56 |
assertPageDoesNotContain(t, full, "", `href="https://example.invalid/repo.git">owner</a>`) |
56 |
assertPageDoesNotContain(t, full, "", `href="https://example.invalid/repo.git">owner</a>`) |
| 57 |
assertPage(t, full, "", "Languages") |
57 |
assertPage(t, full, "", "Languages") |
| 58 |
assertPage(t, full, "", "Contributors") |
58 |
assertPage(t, full, "", "Contributors") |
|
|
59 |
assertPage(t, full, "", `class="avatar repo-title-avatar"`) |
| 59 |
assertPage(t, full, "", "octicon-folder") |
60 |
assertPage(t, full, "", "octicon-folder") |
| 60 |
assertPage(t, full, "blob/main/src/main.go", "chroma") |
61 |
assertPage(t, full, "blob/main/src/main.go", "chroma") |
| 61 |
assertPage(t, full, "blob/main/src/main.go", "data-file-tree") |
62 |
assertPage(t, full, "blob/main/src/main.go", "data-file-tree") |