File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export default class Wrapper implements BaseWrapper {
233
233
warn (
234
234
`hasAttribute() has been deprecated and will be ` +
235
235
`removed in version 1.0.0. Use attributes() ` +
236
- `instead—https://vue-test-utils.vuejs.org/api/wrapper/# attributes`
236
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/attributes.html `
237
237
)
238
238
239
239
if ( typeof attribute !== 'string' ) {
@@ -258,7 +258,7 @@ export default class Wrapper implements BaseWrapper {
258
258
warn (
259
259
`hasClass() has been deprecated and will be removed ` +
260
260
`in version 1.0.0. Use classes() ` +
261
- `instead—https://vue-test-utils.vuejs.org/api/wrapper/# classes`
261
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/classes.html `
262
262
)
263
263
let targetClass = className
264
264
@@ -285,7 +285,7 @@ export default class Wrapper implements BaseWrapper {
285
285
warn (
286
286
`hasProp() has been deprecated and will be removed ` +
287
287
`in version 1.0.0. Use props() ` +
288
- `instead—https://vue-test-utils.vuejs.org/api/wrapper/# props`
288
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/props.html `
289
289
)
290
290
291
291
if ( ! this . isVueInstance ( ) ) {
You can’t perform that action at this time.
0 commit comments