0
Running the Selenium+Cucumber test case as a jenkin build, it's repeatedly failing with below error
When I select start week "201723"(Scenario: As a user planning my range in UI in IE or Chrome I should be able to select the End week from the drop down)
Time elapsed: 0.007 sec <<< ERROR!
org.openqa.selenium.ElementNotVisibleException: element not visible: Element is not currently visible and may not be manipulated
1) Have tried with adding wait time (Implicit and explicit) 2) Tried to increase the browser window size with chrome options, Dimension and full screen. it is not going beyond (1024, 768)
Same test suite runs fine if I login to server and run the command mvn clean test