Details
Description
While running job using jenkins (chrome driver 74) i am facing issue. Issue details are as follow. In our application we have a search field and we have to pass the text into it for search and press enter('\n') after providing search text. Search field have no corresponding search button to submit. So when we enter the text into the field and press enter, text changed to the search pill and result appears(Working fine locally).
Whereas when we run the test script on jenkins, text get removed by pressing the enter button and in the end search failed.
This does not look like a Jenkins bug, but rather an issue with whatever you're using to run your UI tests.
For help with using Jenkins, try the Jenkins users mailing list, Stack Overflow, IRC, or Gitter.