it('sets data prop `prevPageCursor` to empty string and `nextPageCursor` to `requirements.pageInfo.endCursor` when provided page param is greater than currentPage',()=>{
wrapper.setData({
requirements:{
list:mockRequirementsOpen,
pageInfo:mockPageInfo,
},
currentPage:1,
requirementsCount:mockRequirementsCount,
});
returnwrapper.vm.$nextTick();
});
it('calls `updateUrl` with `page` and `next` params when value of page is `2`',()=>{
it('calls `updateUrl` with `page` and `next` params when value of page is `1`',()=>{
it('sets data prop `nextPageCursor` to empty string and `prevPageCursor` to `requirements.pageInfo.startCursor` when provided page param is less than currentPage',()=>{