forgot to fix tests

This commit is contained in:
Jason Wheeler 2023-01-18 12:05:15 -05:00
parent bb21756f69
commit 499f99c30c

View file

@ -668,6 +668,8 @@ function setupMocks({
wrapper.vm.setCmsContent = jest.fn();
wrapper.vm.$refs.siteFooter.updateButtonText = jest.fn();
wrapper.vm.$refs.siteFooter.removeLoader = jest.fn();
wrapper.vm.$refs.siteFooter.disableForwardButton = jest.fn();
wrapper.vm.$refs.siteFooter.enableForwardAction = jest.fn();
return { wrapper };
}