Skip to content

Commit

Permalink
test: fix failing test after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed Oct 11, 2024
1 parent 398a901 commit 79c186f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'package:appflowy/generated/locale_keys.g.dart';
import 'package:appflowy/plugins/database/grid/presentation/widgets/calculations/calculate_cell.dart';
import 'package:appflowy/plugins/database/grid/presentation/widgets/filter/choicechip/text.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/services.dart';

import 'package:appflowy/plugins/database/grid/presentation/widgets/filter/choicechip/number.dart';
Expand Down Expand Up @@ -99,6 +101,7 @@ void main() {
await tester.hoverOnFirstRowOfGrid();
await tester.tapRowMenuButtonInGrid();
await tester.tapDeleteOnRowMenu();
await tester.tap(find.text(LocaleKeys.button_delete.tr()));

await tester.pumpAndSettle(const Duration(seconds: 1));

Expand Down

0 comments on commit 79c186f

Please sign in to comment.