We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63169ea commit a347a7fCopy full SHA for a347a7f
tests/unit/components/FeaturedRecipes.spec.js
@@ -40,7 +40,7 @@ describe('FeaturedRecipes', () => {
40
});
41
42
test('expand featured list if Load More clicked', () => {
43
- const EXPECTED_SIZE = wrapper.vm.featuredList[0].size + 6;
+ const EXPECTED_SIZE = wrapper.vm.featuredList[0].size + 3;
44
wrapper.vm.loadMore(0);
45
46
expect(wrapper.vm.featuredList[0].size).toBe(EXPECTED_SIZE);
0 commit comments