diff --git a/example/integration_test/plugin_integration_test.dart b/example/integration_test/plugin_integration_test.dart index fcf4528a..d06b960c 100644 --- a/example/integration_test/plugin_integration_test.dart +++ b/example/integration_test/plugin_integration_test.dart @@ -148,5 +148,7 @@ void main() { await tap(tester, "Move camera to asset"); await tap(tester, "move camera to 1, 1, -1"); await tap(tester, 'set camera to first camera in shapes GLB'); + + await tap(tester, 'resize'); }); }