Skip to content

Commit

Permalink
fix notifications_screen failing on lower-res devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Oct 1, 2023
1 parent 2bb4743 commit abaf8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void main() {
'taps on notification',
($) async {
await createApp($);
await $('Open notifications screen').tap();
await $('Open notifications screen').scrollTo().tap();

if (await $.native.isPermissionDialogVisible()) {
await $.native.grantPermissionWhenInUse();
Expand Down

0 comments on commit abaf8bd

Please sign in to comment.