I have an issue with a swipeLeft action
The following line works well on all devices except iPad Pro 12.9 inch
app.cells.element(boundBy: 7).swipeLeft()
Log shows that the swipeLeft action was performed, but nothing is visible on screen.
The intended result was to show editActions for a row in a table view.