Filip Tuzimek
Filip Tuzimek
### Steps to reproduce 1. Go to my branch `ci/small_fixes` https://github.com/leancodepl/patrol/pull/1468 2. Run `patrol test --release --verbose -t integration_test/webview_leancode_test.dart` in patrol example app on physical iOS device ### Actual results...
### Steps to reproduce 1. Enter text in textfield with `settlePolicy: SettlePolicy.settle` ### Actual results Test fails, settling timed out ### Logs Logs ``` ``` ### Patrol version patrol: ^3.5.2...
There are TODOs left in the code: https://github.com/leancodepl/patrol/blob/da6404a3006920e1c876ecf9376dfdcc64d97d7c/packages/patrol_finders/lib/src/custom_finders/patrol_tester.dart#L485 and https://github.com/leancodepl/patrol/blob/da6404a3006920e1c876ecf9376dfdcc64d97d7c/packages/patrol_finders/lib/src/custom_finders/patrol_tester.dart#L558
### Steps to reproduce 1. Clone https://github.com/leancodepl/patrol.git and checkout to `bug/ios-reproduce-examples` 2. run iOS simulator, open safari and search "google" to see multiple "Google" words on the screen 3. in...
### Steps to reproduce 1. Clone https://github.com/leancodepl/patrol.git and checkout to `bug/ios-reproduce-examples` 2. run iOS simulator, open messages and tap on tile to see conversation on the screen and message bottom...
### Use case I have some tests which depend on external service so I can't reduce flakiness to minimum. That's why I want to retry test on failure. Xcode provides...
Currently it doesn't work because some adjustments in patrol's package are needed, error message: ``` 01-29 09:33:02.611 7398 7468 I flutter : [ERROR] 2024-01-29 09:33:02.610806 0:00:00.000275 POST /runDartTest 01-29 09:33:02.611...
### Use case Native browser permissions should appear in 5 seconds so I want to wait max 5 seconds but then I want to wait more time for page to...
### Use case * Dragging native sliders * Choosing date in iOS system date picker ### Proposal ```dart await $.native.dragFrom(Selector selector, Offset offset); ```