Fixing tests

This commit is contained in:
Michaela Brydon 2024-05-31 13:12:53 -04:00
parent 93a7a9cf27
commit c0802548fc

View file

@ -99,7 +99,7 @@ function setupMocks({
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.enableForwardButton = jest.fn();
wrapper.vm.$refs.siteFooter.enableForwardAction = jest.fn();
return { wrapper };
}