Róbert Papp
Róbert Papp
"Kitchen" may be hard to find if not reading the keywords. See https://mail.google.com/mail/u/0/?zx=cfl7vmz5ung9#inbox/FMfcgxwLsJzmHxhfgqLbKXfmJtSzsfMV 
Examples: * https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/5248830143/jobs/9569329287 * https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/4438203678/jobs/7789824639  Stack ``` androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: (view.getId() is or view.getId() is ) If the target view is not part of the...
Tests covering this: - [ ] net.twisterrob.inventory.android.activity.MainActivityTest_Search#testRotate - [ ] net.twisterrob.inventory.android.activity.MainActivityTest_Search#testSelectClose There's a dirty/ugly hack (disabled) in net.twisterrob.inventory.android.activity.MainActivity#onCreateOptionsMenu
- [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Export#testExportCompletes - [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Export#testExportCompletesWhenPickerRotated - [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Import#testImportReal They're almost constantly failing on CI, with a similar exception: ``` androidx.test.espresso.NoMatchingRootException: Matcher 'is dialog' did not match...
testExportCompletesWhenPickerRotated makes other tests around BackupActivity fail. My current guess is that `rotateDevice()`/`stopRotateDevice()` is not stable in some way.
- [x] Backup done in #270
https://mail.google.com/mail/u/0/#inbox/15be8b100871d91c
iOS app
Create items in a serial manner, instead of going back to the container, start adding a new item in the same container after save. Maybe a "Save & Add" button...