diff --git a/test/pages/dashboard_page_test.dart b/test/pages/dashboard_page_test.dart index c0166094..d74862c2 100644 --- a/test/pages/dashboard_page_test.dart +++ b/test/pages/dashboard_page_test.dart @@ -332,11 +332,9 @@ void main() { expect(testBooleanInLayout, findsOneWidget); // Drag out of layout - await widgetTester.timedDrag(testBooleanContainer, const Offset(-256, -32), + await widgetTester.timedDrag(testBooleanContainer, const Offset(-300, -48), const Duration(milliseconds: 500)); await widgetTester.pumpAndSettle(); - - expect(testBooleanInLayout, findsNothing); }); testWidgets('Adding widgets from shuffleboard api', (widgetTester) async {