Commit e24fd36b authored by Dan Davison's avatar Dan Davison

Merge branch 'fix/detailed-metrics-spec-fail' into 'master'

Fix failing detailed metrics spec

Closes #38315

See merge request gitlab-org/gitlab!21378
parents 9c7b67e7 820892d2
......@@ -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