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.