Skip to content

Commit ab84103

Browse files
committed
test: ✅ update expected browser versions
1 parent 1ea142e commit ab84103

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/browser/features/resource-load-spans.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ Feature: Resource Load Spans
2828
# Image status code and body size have patchy browser coverage
2929
And on the browser Chrome 109: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.status_code" equals 200
3030

31-
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
32-
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
31+
# Actually Safari 16.4 but our test devices currently use 16.3, this can be dropped to 16 when the devices update
32+
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
33+
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 commit comments

Comments
 (0)