Replace all Spinach tests with Rspec feature tests
We decided earlier this year (in #14121 (closed)) to stop writing new Spinach feature tests. I wanted to open an issue about replacing all the Spinach tests with Rspec feature tests where relevant.
Here's a list of all the Spinach test files and how long they took to execute for a randomly chosen commit, it's probably a good idea to start with the fastest/smallest specs first if you want an easy MR:
Updated (May 12, 2017)
Here are all current spinach specs sorted by lines of code.
These should be done one-at-a-time and we should make sure we're not duplicating existing RSpec feature tests.
Some resources to help newcomers get going:
Edited by username-removed-86853