Commit b75bed4e authored by Sean McGivern's avatar Sean McGivern

Merge branch '40127-spinach-deprecation' into 'master'

Resolve "Spinach deprecation"

Closes #40127

See merge request gitlab-org/gitlab-ce!15365
parents c9515ca5 70c31ab4
......@@ -62,7 +62,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
end
step 'I should see additional file lines' do
page.within @diff.parent do
page.within @diff.query_scope do
expect(first('.new_line').text).not_to have_content "..."
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment