Commit f339d780 authored by Clement Ho's avatar Clement Ho

Add specs

parent 9ce3fa4c
......@@ -36,6 +36,14 @@ describe 'Issue Boards add issue modal', :feature, :js do
end
end
it 'shows weight filter' do
click_button('Add issues')
wait_for_vue_resource
find('.add-issues-search .filtered-search').click
expect(page.find('.filter-dropdown')).to have_content 'weight'
end
context 'modal interaction' do
it 'opens modal' do
click_button('Add issues')
......
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