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
This commit is contained in:
Rémy Coutable 2016-03-24 10:20:21 +00:00
commit ffe5ac41b8
2 changed files with 2 additions and 2 deletions

View file

@ -214,7 +214,7 @@
}
.crop-controls {
padding: 10px 0 0 0;
padding: 10px 0 0;
text-align: center;
}
}

View file

@ -59,7 +59,7 @@ feature 'Multiple issue updating from issues#index', feature: true do
find('#check_all_issues').click
find('.js-update-assignee').click
find('.dropdown-menu-user-link', text: "Unassigned").click
click_link 'Unassigned'
click_update_issues_button
within first('.issue .controls') do