TestCafe Studio: AssertionError: expected false to be truthy?

3.6k Views Asked by At

I'm a beginner TestCafe Studio user. What on gods earth does this mean? My assertion is failing and can't figure out why.

AssertionError: expected false to be truthy

  • expected - actual -false +undefined
1

There are 1 best solutions below

0
On

There's an issue where '+true' should be shown instead of '+undefined': Incorrect diff for the expect.contains assertion). It's almost fixed.

Pay attention to the message: 'expected false to be truthy'. This is a standard message that means that 'true' is unexpected and the expected value is 'false'.