Skip to content

Move stub Runtime::Scenario.attributes.include? to before block

George Koltsov requested to merge qa-shl-stub-include-in-outer-context into master

The stub was initially added in https://gitlab.com/gitlab-org/gitlab-qa/-/merge_requests/690

But we still got a failing test on master that was not covered by the above.

This MR moves the stub to the outer before block.

Merge request reports