Commit fe3f7f536d9eb97df08310afaa09621d7f64baa1
1 parent
71f1a845
Exists in
spb-stable
and in
3 other branches
Remove Debug from tests
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
spec/features/issues_spec.rb
... | ... | @@ -222,8 +222,6 @@ describe "Issues" do |
222 | 222 | it 'with dropdown menu' do |
223 | 223 | visit project_issue_path(project, issue) |
224 | 224 | |
225 | - p find('.edit-issue.inline-update').text | |
226 | - | |
227 | 225 | find('.edit-issue.inline-update').select(milestone.title, from: 'issue_milestone_id') |
228 | 226 | click_button 'Update Issue' |
229 | 227 | ... | ... |