Skip to content
Snippets Groups Projects
Commit e24fd36b authored by Daniel Davison's avatar Daniel Davison
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment