From d73b87fd47182da65907ee0563607ee5b940125e Mon Sep 17 00:00:00 2001 From: Anashuman Singh <125425881+AsCress@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:37:13 +0530 Subject: [PATCH] chore: arrange screenshots (#1210) --- README.md | 14 +++++++------- test_integration/screenshots.dart | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 829a198b..5d9393f4 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,16 @@ There are a number of devices with Bluetooth on the market. As far as we can tel - - - - + + + + - - + +
- +
diff --git a/test_integration/screenshots.dart b/test_integration/screenshots.dart index 70d58863..ce943639 100644 --- a/test_integration/screenshots.dart +++ b/test_integration/screenshots.dart @@ -34,7 +34,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('home_screen'); + await binding.takeScreenshot('1_home_screen'); final animationTabText = find.text('Animation'); await tester.tap(animationTabText); @@ -59,7 +59,7 @@ void main() async { await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); - await binding.takeScreenshot('text_badge'); + await binding.takeScreenshot('2_text_badge'); final saveButton = find.text('Save'); await tester.tap(saveButton); @@ -107,7 +107,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('emoji_badge'); + await binding.takeScreenshot('3_emoji_badge'); await tester.tap(saveButton); await tester.pumpAndSettle(); @@ -121,7 +121,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('inverted_emoji_badge'); + await binding.takeScreenshot('4_inverted_emoji_badge'); await tester.tap(invertEffectContainer); await tester.pumpAndSettle(); @@ -138,7 +138,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('saved_badges'); + await binding.takeScreenshot('5_saved_badges'); final playButton = find .byWidgetPredicate( @@ -158,7 +158,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('saved_badges_clicked'); + await binding.takeScreenshot('6_saved_badges_clicked'); state = tester.firstState(find.byType(Scaffold)); state.openDrawer(); @@ -178,7 +178,7 @@ void main() async { await tester.pumpAndSettle(); await tester.pump(const Duration(seconds: 5)); await tester.pumpAndSettle(); - await binding.takeScreenshot('draw_badge'); + await binding.takeScreenshot('7_draw_badge'); }); }); }