diff --git a/test/info_popup_test.dart b/test/info_popup_test.dart index eb691df..4c27413 100644 --- a/test/info_popup_test.dart +++ b/test/info_popup_test.dart @@ -58,6 +58,10 @@ void main() { expect(widgets, findsOneWidget); }, ); + + // TODO(salihcanbinboga): 27.09.2022 18:48 - Arrow Example Info Widget Test + // TODO(salihcanbinboga): 27.09.2022 18:48 - Arrow Directional Gap Widget Test + // TODO(salihcanbinboga): 27.09.2022 18:48 - Info Widget Screen Overflow Test } Future safeTapByKey(WidgetTester tester, Key key) async {