add resize to integration test

This commit is contained in:
Nick Fisher
2023-10-13 12:53:28 +08:00
parent eada8d23bd
commit 18274ab14d

View File

@@ -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');
});
}