Updated the "Terms of use" to "Terms of service"
SSR-397
This commit is contained in:
parent
81aa4ba8d2
commit
273c4b43d1
2 changed files with 3 additions and 3 deletions
|
|
@ -24,12 +24,12 @@ describe("menu-modal.vue", () => {
|
|||
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
|
||||
const wrapper = shallowMount(menuModal);
|
||||
|
||||
// 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 () => {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<div class="modal-body d-flex flex-column">
|
||||
<textLink
|
||||
linkType="navigation"
|
||||
text="Terms of use"
|
||||
text="Terms of service"
|
||||
href="//www.safelite.com/terms-of-use"
|
||||
target="_blank" />
|
||||
<textLink
|
||||
|
|
|
|||
Loading…
Reference in a new issue