diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bde5485c5..8c20171c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: run: | ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64 which flutter - sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart + sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart - name: Run integration tests run: | flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart diff --git a/integration_test/album_screen_test.dart b/integration_test/album_screen_test.dart index f69e9958f..d9aa3a3e3 100644 --- a/integration_test/album_screen_test.dart +++ b/integration_test/album_screen_test.dart @@ -14,6 +14,7 @@ const imagelink2 = WidgetTesterCallback getTestMethod( IntegrationTestWidgetsFlutterBinding binding) { return (tester) async { + print("xx"); // Start app app.testingMain(); await tester.pumpAndSettle(); @@ -30,6 +31,7 @@ WidgetTesterCallback getTestMethod( find.image(const NetworkImage(imagelink2)), findsWidgets, ); + print("yy"); }; } @@ -413,275 +415,5 @@ void testAlbum(IntegrationTestWidgetsFlutterBinding binding) { binding, ), ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); }); }