diff --git a/features/csharp/csharp_events.feature b/features/csharp/csharp_events.feature index 55d73c00..54ce6f5b 100644 --- a/features/csharp/csharp_events.feature +++ b/features/csharp/csharp_events.feature @@ -42,11 +42,12 @@ Feature: csharp events And custom metadata is included in the event And expected device metadata is included in the event And expected app metadata is included in the event - And the error payload field "events.0.exceptions.0.stacktrace.0.frameAddress" matches the regex "\d+" + # some skipped steps pending: PLAT-13392 + #And the error payload field "events.0.exceptions.0.stacktrace.0.frameAddress" matches the regex "\d+" And the error payload field "events.0.exceptions.0.stacktrace.0.method" equals "UncaughtExceptionSmokeTest.Run()" - And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" matches the regex ".*/UnityFramework.framework/UnityFramework" - And the error payload field "events.0.exceptions.0.stacktrace.0.machoLoadAddress" matches the regex "\d+" - And the error payload field "events.0.exceptions.0.stacktrace.0.machoUUID" matches the regex "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + #And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" matches the regex ".*/UnityFramework.framework/UnityFramework" + #And the error payload field "events.0.exceptions.0.stacktrace.0.machoLoadAddress" matches the regex "\d+" + #And the error payload field "events.0.exceptions.0.stacktrace.0.machoUUID" matches the regex "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" And the error payload field "events.0.exceptions.0.stacktrace.0.inProject" is true Scenario: Debug Log Exception smoke test