-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update device list and remove iphone8 references #2357
Conversation
@flank-it |
Integration tests failed ❌ |
@flank-it |
Integration tests failed ❌ |
I tried running integration tests locally, it's failing because the app is targeted for older ios version. Pretty sure it needs to be re-targeted & rebuilt, but the scripts for that aren't working so far. |
* Updated default iOS test device from iphone8/12 to iphone13pro/15.7 (#2366) FTL recently deprecated iphone8/12, so integration tests have been failing * Updated local copy of FTL catalog to recent version * Replaced iOS integration test app EarlGreyExample with FlankExampleTest EarlGreyExample is failing on newer OS/xcode. Current copy is based on EarlGreyExample v1, which is no longer maintained. V2 is pretty hard to get up and running, so switching to FlankExampleTest is the easiest way to unblock integration tests.
Co-authored-by: Fry-kun <Fry-kun@users.noreply.github.com>
This reverts commit c68958b.
Replaced the default device in #2366. |
Thank you for updating the ios catalogue. I rebased my branch on master. This Pr now has an updated android catalogue. It is not necessary but nice to have at the moment. I am okay to close this one because I originally intended to fix the integration tests. But now this PR is more or updating the android catalogue. Feel free to close or merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is labeled "investigation", I'd err on the side of leaving these files as-is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reverted those changes. Thank you for the context of investigation.
superseded by #2402 |
Fixes #
iphone8 device is not available on FTL anymore. Integration tests are failing because of usage of iphone8 device. Current default is iphone13pro, and this pr replaces iphone8 usages with iphone13pro.
Test Plan
Integration tests should finish successfully.
.
Checklist