- 02 Jun, 2020 1 commit
-
-
Mathieu Giraud authored
-
- 05 Mar, 2019 1 commit
-
-
Mikaël Salson authored
This cannot be properly tested in test_segmenter_page_errors.rb as we don't have a menu there
-
- 28 Feb, 2019 1 commit
-
-
- 01 Feb, 2019 1 commit
-
-
Mikaël Salson authored
Use latest Ruby version and Watir instead of watir-webdriver. This will make it easier to install it on recent OS and it will also allow us to test on recent Firefox versions. Some changes in the syntax: - visible? is deprecated → present? - wait_until_* are deprecated → wait_until(&: *) - some way of specifying timeouts Watir also seems to be quicker thus the need to add some waits or some sleeps
-
- 14 Sep, 2018 1 commit
-
-
This reverts commit ba086042. Now that the test has been fixed we want it to be run again.
-
- 11 Sep, 2018 1 commit
-
-
Mikaël Salson authored
This reverts commit ba086042. Now that the test has been fixed we want it to be run again.
-
- 08 Aug, 2018 1 commit
-
-
Mathieu Giraud authored
See #3430.
-
- 07 Jun, 2017 2 commits
-
-
We have a file dedicated to the opening of the browser for the file of interest, in the same fashion as browser_test.rb
-
This was becoming a mess
-
- 22 Mar, 2017 1 commit
-
-
Mikaël Salson authored
If the server was not happy about the input it will complain by putting an error message in the response. We display it in such a case. We also test that behaviour (and that an unsegmented sequence is actually displayed). See #2275. See also #2034 for discussion on JSON response formatting.
-