Fix environment_metrics spec

This commit is contained in:
Jose Ivan Vargas 2017-06-26 10:40:20 -05:00
parent 871bf96c9b
commit dbec39ab86
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ feature 'Environment > Metrics', :feature do
scenario 'shows metrics' do
click_link('See metrics')
expect(page).to have_css('svg.prometheus-graph')
expect(page).to have_css('div#prometheus-graphs')
end
end