For the automated oidc okta tests we use "presence_of_element_located" when we should be using "element_to_be_clickable". We currently are getting some failures since the automator can find the element but it is still not clickable.
"element_to_be_clickable" will find the element and wait for it to be on screen and clickable.