Using SimpleModal with jstestdriver?
- by leeand00
Hello,
I'm using simpleModal to display a dialog, and I want to be able to tell if it has been displayed or not using jstestdriver.
In my browser when I display the dialog it sets the className to "simplemodal-data" on the id of the content I'm displaying, but when I do the same thing in jstestdriver it's like the .modal() function doesn't even do anything.
Is there something I'm missing here?
Also see this related thread.