I have number of tests in the juint test class, By using maven environment with Selenide version 3.5.1. for these tests, browser wil be only opened for the first test and closed at the last test.
I tried to run them using chrome & firefox browsers:
- Chrome: all test are run successfully
- Firefox: there are some tests are failed, and I feel it was randomly failed.
For each test, I need to click on button where a pop-box will appear.
- for chrome: each test the pop-box appeared when the button was clicked
- for firefox: randomly the pop-box didn't appear when the button was clicked.
I don't know what is the problem reason!