Commit b4ecaaa9 authored by Hans Muller's avatar Hans Muller

Enable the gallery smoke test (#4060)

parent 6f365d33
...@@ -98,5 +98,5 @@ void main() { ...@@ -98,5 +98,5 @@ void main() {
await tester.tap(find.text('Light')); await tester.tap(find.text('Light'));
await tester.pump(); await tester.pump();
await tester.pump(const Duration(seconds: 1)); // Wait until it's changed. await tester.pump(const Duration(seconds: 1)); // Wait until it's changed.
}, skip: true); });
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment