Robot froze
Closed this issue · 4 comments
Kevin-Sinapayen commented
Kevin-Sinapayen commented
@vertigo17 please this is urgent, I have a demonstration tomorrow (nov30th) to make the QAs love Cerberus :)
vertigo17 commented
I will check that later making sure it is fixed tomorrow morning.
vertigo17 commented
mutualised infra was overloaded. I added a bit of ressources in order to support the load.
I also fixed your test case: OBQ / CT002 changing some xpath from:
//[@id="login-connect-button"]
to
//[text()='Se connecter']
//*[@id="email-label"]
to
//input[@id="email"]
At the end of your test, I also clicked on the caracterisation menu button and removed the wait action that was useless.
https://citeo.app.cerberus-testing.com/TestCaseExecution.jsp?executionId=10331
Kevin-Sinapayen commented
Thank you @vertigo17 it works! You're the best