Jenkins/Katalon V7.9.0 :Get error from Jenkins while executing the Katalon tests suite

Hi ,

I am getting the below error when attempting to use a newer version of Katalon 7.9.0. i’m currently trying to execute the tests cases in Jenkins but I’m getting the following error from Jenkins i add delay between element and not work but when i run test from katalon studio test will passed:

[2021-05-12T10:38:18.491] 2021-05-12 10:38:18.491 DEBUG age Questions Complementaires Profil 001 - 36: verifyMatch(reponseSinistreTwo, “A propos du sinistre n?2”, false)
[2021-05-12T10:38:18.494] 2021-05-12 10:38:18.493 DEBUG age Questions Complementaires Profil 001 - 37: reponseIsSuspend = getText(findTestObject(“UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation”))
[2021-05-12T10:38:21.461]
[2021-05-12T10:38:21.461] --------------------------------------------------------------------------------
[2021-05-12T10:38:21.461] Test Suites/TestSuite001 - Chrome - 20210512_103746…0/1(0%)
[2021-05-12T10:38:21.461] --------------------------------------------------------------------------------
[2021-05-12T10:38:21.461]
[2021-05-12T10:38:36.461]
[2021-05-12T10:38:36.461] --------------------------------------------------------------------------------
[2021-05-12T10:38:36.461] Test Suites/TestSuite001 - Chrome - 20210512_103746…0/1(0%)
[2021-05-12T10:38:36.461] --------------------------------------------------------------------------------
[2021-05-12T10:38:36.461]
[2021-05-12T10:38:50.867] 2021-05-12 10:38:50.866 INFO c.k.k.c.webui.common.WebUiCommonHelper - Unable to find the element located by ‘By.xpath: //[@id=“mainIsSuspend”]/div/label’. Please recheck the objects properties to make sure the desired element is located.
[2021-05-12T10:38:50.996] 2021-05-12 10:38:50.995 ERROR c.k.k.core.keyword.internal.KeywordMain - ? Unable to get text of object ‘Object Repository/UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation’ (Root cause: com.kms.katalon.core.webui.exception.WebElementNotFoundException: Web element with id: ‘Object Repository/UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation’ located by 'By.xpath: //
[@id=“mainIsSuspend”]/div/label’ not found)
[2021-05-12T10:38:51.004] 2021-05-12 10:38:51.002 ERROR c.k.katalon.core.main.TestCaseExecutor - ? reponseIsSuspend = getText(findTestObject(“UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation”)) FAILED.
[2021-05-12T10:38:51.004] Reason:
[2021-05-12T10:38:51.004] com.kms.katalon.core.exception.StepFailedException: Unable to get text of object ‘Object Repository/UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation’ (Root cause: com.kms.katalon.core.webui.exception.WebElementNotFoundException: Web element with id: ‘Object Repository/UI Test Objects Desktop/Page questions complementaires/Label_R?ponse Depuis le JJ.MM.YYYY mon conducteur secondaire et moi avons eu une annulation’ located by ‘By.xpath: //*[@id=“mainIsSuspend”]/div/label’ not found)


But when i run in katalon studio my test run i dont know what is the probléme in jenkins

Can anyone help ?