Spec name | Result | |
---|---|---|
{{ result.spec_name }} | {% if assertion.passed() %}
Passed |
{% else %}
Failed |
{% endif %}
Passed
{% else %}Failed
{% endif %}Asserting: {{ assertion.selector }} must {{ assertion.comparer }} {{ assertion.value }}
Selected: {{ result.selected }}
{{ (assertion.passing | length) }} Elements passing - {{ (assertion.failing | length) }} Elements failing
{% endfor %} {% endfor %}