Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions test/react-native/features/device-ios.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Scenario: Device data in Handled JS error
And the event "device.runtimeVersions.reactNativeJsEngine" matches "^jsc|hermes$"
And the error payload field "events.0.device.freeMemory" is greater than 0
And the event "device.manufacturer" equals "Apple"
# Skipped - PLAT-11345
# And the error payload field "events.0.device.freeDisk" is greater than 0
And the error payload field "events.0.device.freeDisk" is null
And the event "device.modelNumber" is not null
And the event "device.model" matches "^iPhone|iPad(\d|[,\.])+$"
And the error payload field "events.0.device.totalMemory" is greater than 0
Expand All @@ -48,8 +47,7 @@ Scenario: Device data in Unhandled JS error
And the event "device.runtimeVersions.reactNativeJsEngine" matches "^jsc|hermes$"
And the error payload field "events.0.device.freeMemory" is greater than 0
And the event "device.manufacturer" equals "Apple"
# Skipped - PLAT-11345
# And the error payload field "events.0.device.freeDisk" is greater than 0
And the error payload field "events.0.device.freeDisk" is null
And the event "device.modelNumber" is not null
And the event "device.model" matches "^iPhone|iPad(\d|[,\.])+$"
And the error payload field "events.0.device.totalMemory" is greater than 0
Expand All @@ -74,8 +72,7 @@ Scenario: Device data in Handled native error
And the event "device.runtimeVersions.reactNativeJsEngine" matches "^jsc|hermes$"
And the error payload field "events.0.device.freeMemory" is greater than 0
And the event "device.manufacturer" equals "Apple"
# Skipped - PLAT-11345
# And the error payload field "events.0.device.freeDisk" is greater than 0
And the error payload field "events.0.device.freeDisk" is null
And the event "device.modelNumber" is not null
And the event "device.model" matches "^iPhone|iPad(\d|[,\.])+$"
And the error payload field "events.0.device.totalMemory" is greater than 0
Expand All @@ -98,8 +95,7 @@ Scenario: Device data in Unhandled native error
And the event "device.runtimeVersions.clangVersion" matches "^\d+\.\d+\.\d+.+$"
And the error payload field "events.0.device.freeMemory" is greater than 0
And the event "device.manufacturer" equals "Apple"
# Skipped - PLAT-11345
# And the error payload field "events.0.device.freeDisk" is greater than 0
And the error payload field "events.0.device.freeDisk" is null
And the event "device.modelNumber" is not null
And the event "device.model" matches "^iPhone|iPad(\d|[,\.])+$"
And the error payload field "events.0.device.totalMemory" is greater than 0
Loading