diff --git a/playbook_snapshot/lib/src/snapshot_support.dart b/playbook_snapshot/lib/src/snapshot_support.dart index deab782..bc3870c 100644 --- a/playbook_snapshot/lib/src/snapshot_support.dart +++ b/playbook_snapshot/lib/src/snapshot_support.dart @@ -71,7 +71,6 @@ class SnapshotSupport { resize++; if (resize >= _maxTryResizeCount) { throw StateError( - 'Try resizing too many times. Please try to set your scenario to have a fixed size. Current is ${scenario.layout}.'); } } snapshotSize = lastExtendedSize;