Fix Warranty text link text in unit test.
This commit is contained in:
parent
838b29de3b
commit
056f88dd50
1 changed files with 3 additions and 3 deletions
|
|
@ -56,12 +56,12 @@ describe("menu-modal.vue", () => {
|
|||
expect(icon.attributes('alt')).toBe('Your privacy choices');
|
||||
});
|
||||
|
||||
it("Should returnDo not sell my information text link text", async () => {
|
||||
it("Should return Warranty text link text", async () => {
|
||||
// Act
|
||||
const wrapper = shallowMount(menuModal);
|
||||
|
||||
// Expect
|
||||
expect(wrapper.html()).toContain("Do not sell my information");
|
||||
expect(wrapper.html()).toContain("Warranty");
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue