SSR-1934 Fix unit test

This commit is contained in:
Josh Dassinger 2024-12-02 08:20:27 -06:00
parent 11b2a1ebd7
commit 0efc74c304

View file

@ -29,7 +29,7 @@ describe('menu-modal.vue', () => {
const wrapper = shallowMount(menuModal); const wrapper = shallowMount(menuModal);
// Expect // Expect
expect(wrapper.html()).toContain('Terms of use'); expect(wrapper.html()).toContain('Terms of service');
}); });
it('Should return "Your privacy choices" text link text', async () => { it('Should return "Your privacy choices" text link text', async () => {