Testing Vue.js Components
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

🚧 NOTICE: You are watching a Vue.js 2 lesson

Exercise 2: Interacting with a Form

In this exercise, we'll be testing a form from a user's perspective. We'll be using snapshots to implicitly test the underlying logic of a working form.

Watch the lesson, download the starting point and try to solve the following exercise:

  • Click the done button of the newly added task
  • Expect that the final snapshot is at it's desired state

As always, we recommend that you consult the videos in this testing course or the docs before you peak at the solution.

Good luck! :)