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
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
Copyright © 2021 Jogjafile Inc.
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'.