correct behaviour on category page on tag click

This commit is contained in:
2020-06-24 22:47:46 +02:00
parent 753ea99693
commit a6f6b2d96f
4 changed files with 48 additions and 46 deletions

View File

@@ -105,11 +105,4 @@ describe('<HomePage/>', function () {
done();
});
});
it.skip('test setcontent of homepage', function () {
const wrapper = shallow(<HomePage/>);
wrapper.instance().setPage();
// todo finish test
});
});