KasperskyLab / Kaspresso

Android UI test framework
https://kasperskylab.github.io/Kaspresso/
Apache License 2.0
1.81k stars 153 forks source link

Turn off flaky safety interceptors while invoking flakySafely method #31

Closed eakurnikov closed 4 years ago

eakurnikov commented 5 years ago

As it is performed in compose methods there is a need to turn off flaky safety interceptors for flakySafely method

matzuk commented 4 years ago

Also, pay attention to com.kaspersky.kaspresso.compose.ComposeProviderImpl#callComposeActionsIntoFlakySafety. I see the following problem: the unclear responsibilities division (providers, interceptors and etc).

matzuk commented 4 years ago

close #92