The goal of this coding challenge is for you to write some browser tests to validate the correct function of a Javascript Single Page Web Application
- I want to add a Todo item
- I want to edit the content of an existing Todo item
- I can complete a Todo by clicking inside the circle UI to the left of the Todo
- I can re-activate a completed Todo by clicking inside the circle UI
- I can add a second Todo
- I can complete all active Todos by clicking the down arrow at the top-left of the UI
- I can filter the visible Todos by Completed state
- I can clear a single Todo item from the list completely by clicking the Close icon
- I can clear all completed Todo items from the list completely