From 18274ab14d1fc37446690c7eb2bced99872073c8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 13 Oct 2023 12:53:28 +0800 Subject: [PATCH] add resize to integration test --- example/integration_test/plugin_integration_test.dart | 2 ++ 1 file changed, 2 insertions(+) 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'); }); }