Skip to content

Commit

Permalink
Fixed an E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Jan 17, 2025
1 parent 649c718 commit ac15117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/automatic_spans.feature
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Feature: Automatic instrumentation spans
* a span field "name" equals "[ViewLoadPhase]FlutterWidget/AutoInstrumentNavigationWithViewLoadWidget/appearing"
* a span string attribute "bugsnag.phase" equals "appearing"
* a span field "name" equals "[ViewLoadPhase]FlutterWidget/AutoInstrumentNavigationWithViewLoadWidget/loading content"
* a span string attribute "bugsnag.phase" equals "loading"
* a span string attribute "bugsnag.phase" equals "loading content"
* a span string attribute "bugsnag.span.category" equals "view_load_phase"
* a span field "name" equals "[ViewLoad]FlutterWidget/AutoInstrumentNavigationWithViewLoadWidget"
* a span string attribute "bugsnag.span.category" equals "view_load"
Expand Down

0 comments on commit ac15117

Please sign in to comment.