Commit 2824972c authored by Rémy Coutable's avatar Rémy Coutable

Fix specs broken by !3270 and !3337.

parent 4a4a79aa
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
} }
.crop-controls { .crop-controls {
padding: 10px 0 0 0; padding: 10px 0 0;
text-align: center; text-align: center;
} }
} }
...@@ -59,7 +59,7 @@ feature 'Multiple issue updating from issues#index', feature: true do ...@@ -59,7 +59,7 @@ feature 'Multiple issue updating from issues#index', feature: true do
find('#check_all_issues').click find('#check_all_issues').click
find('.js-update-assignee').click find('.js-update-assignee').click
find('.dropdown-menu-user-link', text: "Unassigned").click click_link 'Unassigned'
click_update_issues_button click_update_issues_button
within first('.issue .controls') do within first('.issue .controls') do
......
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