SSR-1934 Fix unit test
This commit is contained in:
parent
11b2a1ebd7
commit
0efc74c304
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue