Skip to content

Initialize the Capybara session before the first feature instead of before the run

Bob Van Landuyt :neckbeard: requested to merge bvl-wait-for-session into master

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)

Merge request reports