CodeceptJS/Playwright - In Jenkins, the element is visible but not clickable, while it works fine on my local environment

Hi everyone,

I’m having an issue with Jenkins. Everything works fine locally, but when I run my tests there, I have to use a hard wait in the feature file to get it to pass. I’d prefer not to rely on hard waits. I’ve tried using retry conditions and explicit waits, but I’m still facing problems. Does anyone have any suggestions on what I can try next?