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:
authorClement Ho <ClemMakesApps@gmail.com>2017-05-16 21:55:59 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-05-16 21:56:06 +0300
commita1d44a9ec98674f8404a14bcccbee242fbe1acdb (patch)
tree9b7e9236e718b69cc81a6d6c89b5af10deef631a /spec/features/issues/form_spec.rb
parentc316ce2525ab97c55a635bd513fc45f0de53eba3 (diff)
Fix rubocop
Diffstat (limited to 'spec/features/issues/form_spec.rb')
-rw-r--r--spec/features/issues/form_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/issues/form_spec.rb b/spec/features/issues/form_spec.rb
index 70f362a4743..7bac9d6db74 100644
--- a/spec/features/issues/form_spec.rb
+++ b/spec/features/issues/form_spec.rb
@@ -27,7 +27,7 @@ describe 'New/edit issue', :feature, :js do
describe 'single assignee' do
it 'hides assignee after selection' do
click_button 'Unassigned'
-
+
wait_for_ajax
end
@@ -154,7 +154,7 @@ describe 'New/edit issue', :feature, :js do
it 'correctly updates the selected user when changing assignee' do
click_button 'Unassigned'
-
+
wait_for_ajax
page.within '.dropdown-menu-user' do
@@ -233,4 +233,4 @@ describe 'New/edit issue', :feature, :js do
JS
page.evaluate_script(js)
end
-end \ No newline at end of file
+end