Update unit test.
This commit is contained in:
parent
771e57f804
commit
e4e959de32
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ describe('menu-modal.vue', () => {
|
|||
// Expect
|
||||
const icon = wrapper.find('[data-id="ccpa-icon"]');
|
||||
expect(icon.isVisible()).toBe(true);
|
||||
expect(icon.attributes('alt')).toBe('Notice at collection');
|
||||
expect(icon.attributes('alt')).toBe('Your privacy choices');
|
||||
});
|
||||
|
||||
it('Should return Warranty text link text', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue