Initialize the Capybara session before the first feature instead of before the run
Attempting to use the Capybara driver mail fail if not all the dependencies have been loaded in time. By pushing the attempt to before a feature, we ensure that this has occurred.
Closes #30347 (closed)