Skip to content

Commit 4fe2874

Browse files
committed
fix: tests
1 parent 63e0da1 commit 4fe2874

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/info.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ describe('info', function () {
2323
expect($tool.find('.eruda-content').eq(3)).toContainText('os')
2424
})
2525

26+
it('sponsor', function () {
27+
expect($tool.find('.eruda-content').eq(4)).toContainText(
28+
'Open Collective'
29+
)
30+
})
31+
2632
it('about', function () {
27-
expect($tool.find('.eruda-content').eq(4)).toHaveText(/Eruda v[\d.]+/)
33+
expect($tool.find('.eruda-content').eq(5)).toHaveText(/Eruda v[\d.]+/)
2834
})
2935
})
3036

0 commit comments

Comments
 (0)