Skip to content

Commit 6154549

Browse files
committed
test: ✅ update expected browser versions
1 parent aaba0a9 commit 6154549

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
@@ -64,5 +64,6 @@ Feature: Resource Load Spans
6464
# Image status code and body size have patchy browser coverage
6565
And on the browser Chrome 109: the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" integer attribute "http.status_code" equals 200
6666

67-
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
68-
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
67+
# Actually Safari 16.4 but our test devices currently use 16.3, this can be dropped to 16 when the devices update
68+
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
69+
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)