mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 22:16:14 +01:00
Fix test
This commit is contained in:
parent
698d759682
commit
75ce0bf06b
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ func TestMilestonesCount(t *testing.T) {
|
|||
closedCount := htmlDoc.doc.Find("a[data-test-name='closed-issue-count']").Text()
|
||||
assert.Contains(t, closedCount, "1\u00a0Closed")
|
||||
|
||||
assert.Empty(t, htmlDoc.doc.Find("a[data-test-name='allissue-count']").Nodes)
|
||||
assert.Empty(t, htmlDoc.doc.Find("a[data-test-name='all-issue-count']").Nodes)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue