Commit 820892d2 authored by Arun Kumar Mohan's avatar Arun Kumar Mohan

Fix failing detailed metrics spec

parent 94486f71
......@@ -22,7 +22,7 @@ module QA
def has_detailed_metrics?
all_elements(:performance_bar_detailed_metric).all? do |metric|
metric.has_text?(%r{\d+ms / \d+})
metric.has_text?(%r{\d+})
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