Delay between actions not working at test case level?

In Project Settings > Execution > Default > Web UI, there is the “Delay between actions” setting. This only seems to work for me when executing an entire test suite. Is there a way to make it work when just running a single test case outside of a test suite?
Katalon Studio - Version: 5.8.0.

Thanks,
-Pat

1 Like

If I remember that area its for delaying between two test cases running. Are you wanting a delay action inside the test cases between steps?

I would use the WebUI.delay(2)

https://docs.katalon.com/katalon-studio/docs/common-delay.html

1 Like

@B L
Patrick is right, that setting is supposed to delay between steps.

However, I’m unable to reproduce the behaviour (in 5.8.6 and 5.8.3)