Session cookies being passed to another test case

I’m finding that when one test case fails in a suite, the cookies from that session are sometimes (ugh) passed onto the next test case, which I believe is what is messing up subsequent test cases. Have you heard of this happening be for? How can I prevent this from occurring?

I am testing with Chrome on Katalon version 6.2.1

Thanks,
Morgan

Not sure if this will help… this is how the vast majority of my tests start out:

    WebUI.openBrowser('')
    WebUI.deleteAllCookies()
1 Like

I’ll give it a go - thanks Russ!

1 Like

@Morgan

1 Like