Skip to content

Commit

Permalink
test: ✅ update expected browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jul 10, 2023
1 parent 1ea142e commit ab84103
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/browser/features/resource-load-spans.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ Feature: Resource Load Spans
# Image status code and body size have patchy browser coverage
And on the browser Chrome 109: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.status_code" equals 200

And on the browsers Chrome 73, Safari 13, Firefox 67: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.response_content_length" equals 2202
And on the browsers Chrome 73, Safari 13, Firefox 67: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.response_content_length_uncompressed" equals 2202
# Actually Safari 16.4 but our test devices currently use 16.3, this can be dropped to 16 when the devices update
And on the browsers Chrome 54, Android 54, Safari 17, iOS 17, Firefox 45, Edge 17: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.response_content_length" equals 2202
And on the browsers Chrome 54, Android 54, Safari 17, iOS 17, Firefox 45, Edge 17: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.response_content_length_uncompressed" equals 2202

0 comments on commit ab84103

Please sign in to comment.