From d75eb0570750543fcaa0ca4598e4fb1520666473 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:26:18 +0800 Subject: [PATCH] chore: fix flutter test (#5572) --- .../integration_test/desktop/board/board_row_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart b/frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart index 239510fba7..393cadbaf5 100644 --- a/frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart +++ b/frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart @@ -29,6 +29,7 @@ void main() { }, ); await tester.tapButtonWithName(LocaleKeys.button_delete.tr()); + await tester.tapOKButton(); expect(find.text(name), findsNothing); });