Commit 1e18c383 authored by Hans Muller's avatar Hans Muller

Uncomment the Dismissable unit test that checks for a #1068 fix

parent 5125bd5d
...@@ -207,7 +207,6 @@ void main() { ...@@ -207,7 +207,6 @@ void main() {
// This is a regression test for // This is a regression test for
// https://github.com/domokit/sky_engine/issues/1068 // https://github.com/domokit/sky_engine/issues/1068
/*
test('Verify that drag-move events do not assert', () { test('Verify that drag-move events do not assert', () {
WidgetTester tester = new WidgetTester(); WidgetTester tester = new WidgetTester();
scrollDirection = ScrollDirection.horizontal; scrollDirection = ScrollDirection.horizontal;
...@@ -229,5 +228,4 @@ void main() { ...@@ -229,5 +228,4 @@ void main() {
tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location); tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location);
tester.pumpFrame(widgetBuilder); tester.pumpFrame(widgetBuilder);
}); });
*/
} }
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