Skip to content

Commit 9d8a626

Browse files
authored
Make time after responseEnd have a more accurate name (#5582)
2 parents a44acf1 + 9e2ef4d commit 9d8a626

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/tooltip/NetworkMarker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const HUMAN_LABEL_FOR_PHASE: Record<NetworkPhaseName, string> = {
4646
connectEnd: 'Waiting for HTTP request',
4747
requestStart: 'HTTP request and waiting for response',
4848
responseStart: 'HTTP response',
49-
responseEnd: 'Waiting to transmit the response',
49+
responseEnd: 'Waiting for main thread',
5050
endTime: 'End',
5151
};
5252

src/test/components/__snapshots__/TooltipMarker.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ exports[`TooltipMarker renders properly network markers where content type is bl
403403
<div
404404
class="tooltipLabel"
405405
>
406-
Waiting to transmit the response
406+
Waiting for main thread
407407
:
408408
</div>
409409
<div
@@ -589,7 +589,7 @@ exports[`TooltipMarker renders properly network markers where content type is mi
589589
<div
590590
class="tooltipLabel"
591591
>
592-
Waiting to transmit the response
592+
Waiting for main thread
593593
:
594594
</div>
595595
<div
@@ -849,7 +849,7 @@ exports[`TooltipMarker renders properly network markers with a preconnect part 2
849849
<div
850850
class="tooltipLabel"
851851
>
852-
Waiting to transmit the response
852+
Waiting for main thread
853853
:
854854
</div>
855855
<div
@@ -1045,7 +1045,7 @@ exports[`TooltipMarker renders properly network markers with a preconnect part c
10451045
<div
10461046
class="tooltipLabel"
10471047
>
1048-
Waiting to transmit the response
1048+
Waiting for main thread
10491049
:
10501050
</div>
10511051
<div
@@ -1299,7 +1299,7 @@ exports[`TooltipMarker renders properly normal network markers 1`] = `
12991299
<div
13001300
class="tooltipLabel"
13011301
>
1302-
Waiting to transmit the response
1302+
Waiting for main thread
13031303
:
13041304
</div>
13051305
<div

0 commit comments

Comments
 (0)