Commit bbbfbb2c authored by Tim Zallmann's avatar Tim Zallmann

Fix for burndown chart text

parent d3f8526c
......@@ -187,7 +187,7 @@ describe 'Promotions', js: true do
it 'should appear in milestone page' do
visit project_milestone_path(project, milestone)
expect(find('#promote_burndown_charts')).to have_content 's plan to improve milestone with Burndown Charts.'
expect(find('#promote_burndown_charts')).to have_content 'Improve milestone with Burndown Charts.'
expect(find('#promote_burndown_charts')).to have_content 'Burndown Charts are visual representations of the progress of completing a milestone.'
end
......
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