.toBeVisible();
});
+ test('Should send index and count to posts', () => {
+
+ expect(internals.results.getByTitle('Post 1 of 2 by past_user'))
+ .toBeVisible();
+ expect(internals.results.getByTitle('Post 2 of 2 by future_user'))
+ .toBeVisible();
+ });
+
describe('Forum link', () => {
test('Should show forum if the post has one', () => {