Merge pull request #239 from Safelite/feature/Digital/SSR-397
Updated the "Terms of use" to "Terms of service"
This commit is contained in:
commit
36ce315f4f
2 changed files with 3 additions and 3 deletions
|
|
@ -24,12 +24,12 @@ describe("menu-modal.vue", () => {
|
||||||
expect(modalFooter.text()).toContain("Safelite Group");
|
expect(modalFooter.text()).toContain("Safelite Group");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Should return Terms of use text link text", async () => {
|
it("Should return Terms of service text link text", async () => {
|
||||||
// Act
|
// Act
|
||||||
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 () => {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<div class="modal-body d-flex flex-column">
|
<div class="modal-body d-flex flex-column">
|
||||||
<textLink
|
<textLink
|
||||||
linkType="navigation"
|
linkType="navigation"
|
||||||
text="Terms of use"
|
text="Terms of service"
|
||||||
href="//www.safelite.com/terms-of-use"
|
href="//www.safelite.com/terms-of-use"
|
||||||
target="_blank" />
|
target="_blank" />
|
||||||
<textLink
|
<textLink
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue