So I have a test that is running in KIF that wants to click the alert view's primary button (in this call the label is called "Call".
But the problem is that the tableview also has buttons called "Call" on it. I was able to isolate the view of the table cell call buttons and make KIF click them specifically, but I can't figure out how to make it reliably click the Alert's View call vs any other call.
It's possible also that the error is in the fact that it's trying to tap before the alert view is up, but I'm not sure how to make it wait for that when any waitForAccessibiltyLabel:Call will find the other call buttons on the page.