Commit bda425f9 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Address minor review comments

parent 075c513c
...@@ -120,13 +120,11 @@ RSpec.describe 'Value Stream Analytics', :js do ...@@ -120,13 +120,11 @@ RSpec.describe 'Value Stream Analytics', :js do
end end
it 'can filter the metrics by date' do it 'can filter the metrics by date' do
aggregate_failures 'with relevant values' do expect(metrics_values).to eq(["3.0", "2.0", "1.0", "0.0"])
expect(metrics_values).to eq(["3.0", "2.0", "1.0", "0.0"])
set_daterange(from, to) set_daterange(from, to)
expect(metrics_values).to eq(['-'] * 4) expect(metrics_values).to eq(['-'] * 4)
end
end end
end end
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