Commit 74a3b917 authored by Phil Hughes's avatar Phil Hughes

Hides help block for boards spec

parent 846cf06d
......@@ -80,6 +80,10 @@ describe 'Issue Boards', feature: true, js: true do
wait_for_vue_resource
page.within('.boards-backlog-help') do
find('.close').click
end
expect(page).to have_selector('.board', count: 3)
expect(find('.board:nth-child(1)')).to have_selector('.card')
expect(find('.board:nth-child(2)')).to have_selector('.card')
......
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