Commit 518dc990 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unwanted semicolon

Repeate after me: This is not JS
parent 1cea63a2
...@@ -314,7 +314,7 @@ feature 'Issues > Labels bulk assignment', feature: true do ...@@ -314,7 +314,7 @@ feature 'Issues > Labels bulk assignment', feature: true do
expect(find('.dropdown-menu-labels li', text: 'feature')).to have_css('.is-indeterminate') expect(find('.dropdown-menu-labels li', text: 'feature')).to have_css('.is-indeterminate')
click_link 'bug' click_link 'bug'
find('.dropdown-input-field', visible: true).set('wontfix'); find('.dropdown-input-field', visible: true).set('wontfix')
click_link 'wontfix' click_link 'wontfix'
end 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