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.
1 parent 5d510e1 commit 41cf81dCopy full SHA for 41cf81d
test_integration/screenshots.dart
@@ -36,8 +36,8 @@ void main() async {
36
await tester.pumpAndSettle();
37
await binding.takeScreenshot('1_home_screen');
38
39
- final transitionTabText = find.text('Transition');
40
- await tester.tap(transitionTabText);
+ final animationTabText = find.text('Animation');
+ await tester.tap(animationTabText);
41
42
43
final fixedAnimationContainer = find.text('Fixed');
0 commit comments