Javascript – how to pass an assertion in if condition using cypress without halting the execution in case of assertion failure
I am trying to pass an assertion to if condition and execute a logic when the condition is met and another logic when condition is failed. Since the test is failing on failure of assertion i am not able to…