mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Test fixes
This commit is contained in:
parent
2e04dc691e
commit
e1bca55172
6 changed files with 6 additions and 22 deletions
|
@ -53,7 +53,7 @@ describe('Password.vue', () => {
|
|||
});
|
||||
|
||||
it('should toggle mask', async () => {
|
||||
await wrapper.setProps({ toggleMask: true });
|
||||
await wrapper.setProps({ toggleMask: true, showIcon: 'pi pi-eye', hideIcon: 'pi pi-eye-slash' });
|
||||
|
||||
expect(wrapper.find('.pi.pi-eye').exists()).toBe(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue