This commit is contained in:
JakobDev 2024-10-14 22:23:14 +02:00
parent c3cc4d82ec
commit 698d759682
No known key found for this signature in database
GPG key ID: 39DEF62C3ED6DC4C

View file

@ -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='closed-issue-count']").Nodes)
assert.Empty(t, htmlDoc.doc.Find("a[data-test-name='allissue-count']").Nodes)
}