File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ Feature: Component lifecycle spans
8
8
When I wait to receive 1 trace
9
9
Then a span name equals "[ViewLoad/Component]Component"
10
10
And a span name equals "[ViewLoadPhase/Mount]Component"
11
+ And a span name equals "[ViewLoadPhase/Update]Component"
11
12
And a span name equals "[ViewLoadPhase/Unmount]Component"
12
- And a span named " [ViewLoadPhase/Update]Component" contains the attributes:
13
- | attribute | type | value |
14
- | bugsnag . component . update . props | stringValue | count |
13
+ # [ViewLoadPhase/Update]Component attributes
14
+ And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" string array attribute "bugsnag.component.update.props" equals the array:
15
+ | count |
15
16
16
17
@skip
17
18
Scenario : Component lifecycle spans are instrumented with React Router
You can’t perform that action at this time.
0 commit comments