Commit 55cf3595 authored by Alex Kalderimis's avatar Alex Kalderimis

Use more descriptive spec descriptions

parent 0b05212f
...@@ -21,7 +21,8 @@ RSpec.describe Gitlab::Graphql::Pagination::Keyset::Connection do ...@@ -21,7 +21,8 @@ RSpec.describe Gitlab::Graphql::Pagination::Keyset::Connection do
Gitlab::Json.parse(Base64Bp.urlsafe_decode64(cursor)) Gitlab::Json.parse(Base64Bp.urlsafe_decode64(cursor))
end end
context 'regression test for #297358' do # see: https://gitlab.com/gitlab-org/gitlab/-/issues/297358
context 'the relation has been preloaded' do
let(:projects) { Project.all.preload(:issues) } let(:projects) { Project.all.preload(:issues) }
let(:nodes) { projects.first.issues } let(:nodes) { projects.first.issues }
......
...@@ -253,7 +253,8 @@ RSpec.describe 'getting merge request information nested in a project' do ...@@ -253,7 +253,8 @@ RSpec.describe 'getting merge request information nested in a project' do
end end
end end
context 'regression test for #297358' do # see: https://gitlab.com/gitlab-org/gitlab/-/issues/297358
context 'when the notes have been preloaded (by participants)' do
let(:query) do let(:query) do
<<~GQL <<~GQL
query($path: ID!) { query($path: ID!) {
......
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