summaryrefslogtreecommitdiff
path: root/qa/qa/page/layout/performance_bar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/layout/performance_bar.rb')
-rw-r--r--qa/qa/page/layout/performance_bar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/layout/performance_bar.rb b/qa/qa/page/layout/performance_bar.rb
index 0cfef6a5705..79e4d3edce0 100644
--- a/qa/qa/page/layout/performance_bar.rb
+++ b/qa/qa/page/layout/performance_bar.rb
@@ -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