Skip to content

Commit ec822f3

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[test] Format new _connectionId field as type in web tests.
Bug: 374288085 Change-Id: I7f2d20d9ffc540017608a626eb05da2b21d3007d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5946884 Reviewed-by: Yang Guo <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]> Commit-Queue: Yang Guo <[email protected]>
1 parent b7a0a88 commit ec822f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/legacy_test_runner/network_test_runner/network_test_runner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ NetworkTestRunner.HARPropertyFormatters = {
195195
timings: 'formatAsTypeName',
196196
version: 'formatAsTypeName',
197197
wait: 'formatAsTypeName',
198+
_connectionId: 'formatAsTypeName',
198199
_transferSize: 'formatAsTypeName',
199200
_error: 'skip',
200201
_initiator: 'formatAsTypeName',

0 commit comments

Comments
 (0)