Commit ffe5ac41 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-frontend-specs' into 'master'

Fix specs broken by !3270 and !3337.

To be fair:

- !3270 modifies CSS but `scss-lint` job was allowed to fail in the MR, while not allowed in `master`
- !3337 modifies HTML but the broken test was only in `master` at the time

/cc @alfredo1 @iamphill 

See merge request !3378
parents 4a4a79aa 2824972c
...@@ -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