We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SentryFeedbackWidget
1 parent 640ad0c commit 9b99523Copy full SHA for 9b99523
flutter/test/feedback/sentry_feedback_widget_test.dart
@@ -569,7 +569,6 @@ void main() {
569
570
setUp(() {
571
fixture = Fixture();
572
- SentryFeedbackWidget.clearPreservedData();
573
});
574
575
testWidgets('preserves form data when taking screenshot', (tester) async {
@@ -769,6 +768,9 @@ class Fixture {
769
768
hint: anyNamed('hint'),
770
withScope: anyNamed('withScope'),
771
)).thenAnswer((_) async => SentryId.empty());
+
772
+ SentryFeedbackWidget.pendingAssociatedEventId = null;
773
+ SentryFeedbackWidget.clearPreservedData();
774
}
775
776
Future<void> pumpFeedbackWidget(
0 commit comments