Skip to content

Commit

Permalink
Temporarily fixed list layout drag testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 8, 2023
1 parent 8e20a27 commit 1a44e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/pages/dashboard_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1a44e51

Please sign in to comment.