Skip to content

Commit

Permalink
Merge pull request #1760 from leancodepl/fix/ci/notifications_test
Browse files Browse the repository at this point in the history
Fix `notifications_screen` failing on lower-res devices
  • Loading branch information
bartekpacia authored Oct 1, 2023
2 parents 2bb4743 + abaf8bd commit e9949b4
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 e9949b4

Please sign in to comment.