refactor: Switch from maestro to flutter integration tests
This commit is contained in:
parent
c15be05246
commit
0a42f28cf1
34 changed files with 495 additions and 727 deletions
|
|
@ -41,11 +41,13 @@ Future<OkCancelResult?> showOkCancelAlertDialog({
|
|||
),
|
||||
actions: [
|
||||
AdaptiveDialogAction(
|
||||
key: Key('ok_cancel_alert_dialog_cancel_button'),
|
||||
onPressed: () =>
|
||||
Navigator.of(context).pop<OkCancelResult>(OkCancelResult.cancel),
|
||||
child: Text(cancelLabel ?? L10n.of(context).cancel),
|
||||
),
|
||||
AdaptiveDialogAction(
|
||||
key: Key('ok_cancel_alert_dialog_ok_button'),
|
||||
onPressed: () =>
|
||||
Navigator.of(context).pop<OkCancelResult>(OkCancelResult.ok),
|
||||
autofocus: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue