Update unit test.

This commit is contained in:
Bryan Mauger 2024-04-22 11:20:37 -04:00
parent 771e57f804
commit e4e959de32

View file

@ -53,7 +53,7 @@ describe('menu-modal.vue', () => {
// Expect // Expect
const icon = wrapper.find('[data-id="ccpa-icon"]'); const icon = wrapper.find('[data-id="ccpa-icon"]');
expect(icon.isVisible()).toBe(true); 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 () => { it('Should return Warranty text link text', async () => {