wrapper.get('input[name=username]').setValue('someone') await wrapper.vm.$nextTick() // is required to take effect.