Commit 2a9bdd55 authored by Eulyeon Ko's avatar Eulyeon Ko Committed by Eulyeon Ko

Apply backend reviewer suggestions

parent 9729e06b
......@@ -69,12 +69,12 @@ RSpec.describe 'get board lists' do
end
end
context 'when user can read the board', :aggregate_failures do
context 'when user can read the board' do
before do
board_parent.add_reporter(user)
end
it 'can access the issues' do
it 'can access the issues', :aggregate_failures do
post_graphql(query("id: \"#{global_id_of(label_list)}\""), current_user: user)
expect(issue_titles).to eq([issue2.title, issue1.title, issue3.title])
......
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