You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically,
Looking in the "hipaa_accept" view and the hipaaAcceptModal view on provider portal, doing a find on "~Yes, Accept for ' + patients[0].name" was returning the whole modal. I had to pass in "clickable" to the find function in order to return the button itself. This was causing the test to unexpectedly fail. Not sure why it took "clickable" to return only the button. But that's a problem.
The text was updated successfully, but these errors were encountered:
To add to this... when on the "patientDeatilsSpec.js" page, I did find("~No Current Card") and it returned the whole page. I then did find("No Current Card") and it correctly returned only button. Looks like there might be a problem with the rough match thing. Kinda like it's returning the parent, rather than the element itself.
Specifically,
Looking in the "hipaa_accept" view and the hipaaAcceptModal view on provider portal, doing a find on "~Yes, Accept for ' + patients[0].name" was returning the whole modal. I had to pass in "clickable" to the find function in order to return the button itself. This was causing the test to unexpectedly fail. Not sure why it took "clickable" to return only the button. But that's a problem.
The text was updated successfully, but these errors were encountered: