Skip to content

Commit

Permalink
refactor: undo test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
squidrye committed Nov 15, 2023
1 parent 057e6fe commit c31c5b9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ void main() {
onHover: () async {
final moreOption = find.byType(CardMoreOption);
await tester.tapButton(moreOption);
// TODO: First time with AppFlowy Open, in a Board, when pressing
// this CardMoreOption, nothing happens or it closes fast
await tester.tapButton(moreOption);
},
);
await tester.tapButtonWithName(LocaleKeys.button_delete.tr());
Expand All @@ -47,9 +44,6 @@ void main() {
onHover: () async {
final moreOption = find.byType(CardMoreOption);
await tester.tapButton(moreOption);
// TODO: First time with AppFlowy Open, in a Board, when pressing
// this CardMoreOption, nothing happens or it closes fast
await tester.tapButton(moreOption);
},
);
await tester.tapButtonWithName(LocaleKeys.button_duplicate.tr());
Expand Down

0 comments on commit c31c5b9

Please sign in to comment.