Below is sample output from a passing notEqual() test:
key icon is visible when activeKeys is empty
Expected:
"none"
Result:
"inline"
Diff:
"none" "inline"
The way this is written, it implies that "none" was expected when in fact, we are expecting anything except "none".
Below is sample output from a passing notEqual() test:
key icon is visible when activeKeys is empty
Expected:
"none"
Result:
"inline"
Diff:
"none" "inline"
The way this is written, it implies that "none" was expected when in fact, we are expecting anything except "none".