This commit is contained in:
Bill Richardson 2026-01-13 08:34:06 -05:00
parent 7774e64cbc
commit 9fb3be5f44

View file

@ -295,6 +295,9 @@ describe('schedule-page.vue', () => {
// Arrange
const { wrapper } = getShallowMountedComponent();
wrapper.vm.$router.navigate = jest.fn(() => ({}));
wrapper.vm.selectedTimeSlotInfo = {
id: 'test-id'
};
// Act
await wrapper.vm.forwardButtonAction();