Commit 6df65983 authored by Phil Hughes's avatar Phil Hughes

Fixed new issue in boards spec

parent 74a3b917
......@@ -18,6 +18,10 @@ describe 'Issue Boards new issue', feature: true, js: true do
visit namespace_project_board_path(project.namespace, project, board)
wait_for_vue_resource
page.within('.boards-backlog-help') do
find('.close').click
end
expect(page).to have_selector('.board', count: 2)
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