Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-07 07:32:21 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-12-14 18:05:00 +0300
commit518dc9900c5e659f81378cec8b6f6a27702cfa38 (patch)
tree201eb1739c04966960182f7df95deb74d3c425d6 /spec/features/issues/bulk_assignment_labels_spec.rb
parent1cea63a2c098e4fd2b1248e954c64ba1ed2f1afc (diff)
Remove unwanted semicolon
Repeate after me: This is not JS
Diffstat (limited to 'spec/features/issues/bulk_assignment_labels_spec.rb')
-rw-r--r--spec/features/issues/bulk_assignment_labels_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/bulk_assignment_labels_spec.rb b/spec/features/issues/bulk_assignment_labels_spec.rb
index 175ae5bf93f..832757b24d4 100644
--- a/spec/features/issues/bulk_assignment_labels_spec.rb
+++ b/spec/features/issues/bulk_assignment_labels_spec.rb
@@ -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