Commit dbec39ab authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Fix environment_metrics spec

parent 871bf96c
......@@ -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
......
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