Using Feature Tests to Build a Feature
Learn about capybara API and how to write a test using capybara API.
We'll cover the following...
When we last left the application, we allowed for the creation of new projects. Let’s follow up on that and add a sequence where we can see a page for an existing project and add a task to it. To give this a little bit of back-end logic to play with, let’s set up a situation where the tasks are ordered and then move one task above the other ...