You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I have this portion of code for which I cannot create a unit test.
I use vitest and vue-utils, but even if I go into the if to generate that element I can't in my test tigger the click on that icon. It seems that the element is not generated at all.
Any suggestions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
![image](https://private-user-images.githubusercontent.com/16436299/302578247-4fc49ffc-54b1-4e7c-8e48-951187435c8a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTY4ODUsIm5iZiI6MTczOTQ1NjU4NSwicGF0aCI6Ii8xNjQzNjI5OS8zMDI1NzgyNDctNGZjNDlmZmMtNTRiMS00ZTdjLThlNDgtOTUxMTg3NDM1YzhhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0MjMwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyYzNkMTBlZWMwNDNkNWMzMGQ2Y2E5ZTNjZjRlNDQ1YzQyNmQxMzMxMjA3YjEzMjk1NjczOWI4YTY5ZDE2YjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jAVZAz6i1jOwlzuqCWjPC9Qd0Ci_RUHpH41ZLgwjSJc)
I have this portion of code for which I cannot create a unit test.
I use vitest and vue-utils, but even if I go into the if to generate that element I can't in my test tigger the click on that icon. It seems that the element is not generated at all.
Any suggestions?
Thx
Beta Was this translation helpful? Give feedback.
All reactions