UNCLASSIFIED

Commit 0b277ffd authored by hunter.congress's avatar hunter.congress
Browse files

adjusted positioning and font

parents bba0851f 3d0c7841
...@@ -546,16 +546,10 @@ describe("TrainingAttendance", () => { ...@@ -546,16 +546,10 @@ describe("TrainingAttendance", () => {
await flushPromises(); await flushPromises();
wrapper.vm.fetchDebounced = jest.fn(); wrapper.vm.fetchDebounced = jest.fn();
// trigger the watch for wrapper.vm.options
<<<<<<< HEAD
const mockOptions = 2; const mockOptions = 2;
wrapper.vm.reload = mockOptions; wrapper.vm.reload = mockOptions;
await wrapper.vm.$nextTick(); await wrapper.vm.$nextTick();
=======
await wrapper.setProps({ reload: 1 }); await wrapper.setProps({ reload: 1 });
>>>>>>> 39d864e956d8b08f5676a15024274c79a04f9070
expect(wrapper.vm.fetchDebounced).toHaveBeenCalledTimes(1); expect(wrapper.vm.fetchDebounced).toHaveBeenCalledTimes(1);
}); });
......
...@@ -160,6 +160,7 @@ describe("TrainingDetails", () => { ...@@ -160,6 +160,7 @@ describe("TrainingDetails", () => {
localVue, localVue,
vuetify, vuetify,
}); });
await wrapper.vm.fetchStudentData(); await wrapper.vm.fetchStudentData();
await flushPromises(); await flushPromises();
expect(wrapper.vm.$store.commit).toHaveBeenCalledWith( expect(wrapper.vm.$store.commit).toHaveBeenCalledWith(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment