summaryrefslogtreecommitdiff
path: root/spec/features/issues/form_spec.rb
diff options
context:
space:
mode:
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