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
* Checks if wrapper has an attribute with matching value
130
130
*/
131
131
hasAttribute(attribute: string,value: string){
132
+
warn('hasAttribute() has been deprecated and will be removed in version 1.0.0. Use attributes() instead—https://vue-test-utils.vuejs.org/en/api/wrapper/attributes')
133
+
132
134
if(typeofattribute!=='string'){
133
135
throwError('wrapper.hasAttribute() must be passed attribute as a string')
warn('hasClass() has been deprecated and will be removed in version 1.0.0. Use classes() instead—https://vue-test-utils.vuejs.org/en/api/wrapper/classes')
0 commit comments