quailjs/quail

Have the testrunner check the element

Closed this issue · 1 comments

Cases often returns a DOM element. The testrunner should check if this element was the actual element which should have that specific result. I ren into this with videosEmbeddedOrLinkedNeedCaptions which returned a jQuery selector instead of a DOM element, which caused a problem when creating a CSS path for the element.

The individual assessment needs to check this. The testrunner doesn't have the context necessary to make this distinction.