Commit acc0fe2
authored
chore: upgrade min maestro version (#482)
# Summary
Maestro
[2.3.0](https://github.com/mobile-dev-inc/maestro/blob/main/CHANGELOG.md#230)
added a fix to `assertScreenshot` that makes the assertion fail when the
current screenshot and baseline image have different dimensions. From
now on we will require for Maestro to be at least version 2.3.0.
## Test Plan
+ Try to run tests with Maestro v2.2.0
+ Upgrade Maestro to v2.3.0
+ See if tests pass
## Screenshots / Videos
N/A
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ✅ |1 parent e702245 commit acc0fe2
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments