Remove unwanted semicolon

Repeate after me: This is not JS
This commit is contained in:
Alfredo Sumaran 2016-12-06 23:32:21 -05:00
parent 1cea63a2c0
commit 518dc9900c
1 changed files with 1 additions and 1 deletions

View File

@ -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')
click_link 'bug'
find('.dropdown-input-field', visible: true).set('wontfix');
find('.dropdown-input-field', visible: true).set('wontfix')
click_link 'wontfix'
end