Merge pull request #239 from Safelite/feature/Digital/SSR-397

Updated the "Terms of use" to "Terms of service"
This commit is contained in:
Manjiri Jethe 2023-04-12 19:18:06 +05:30 committed by GitHub
commit 36ce315f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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 () => {

View file

@ -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