- 02 Jun, 2020 1 commit
-
-
Mathieu Giraud authored
-
- 03 Apr, 2020 5 commits
- 29 Oct, 2019 1 commit
- 12 Mar, 2019 1 commit
-
-
Mikaël Salson authored
In Chrome we have some cases where the element is not ready yet as we test it. Thus we prefer using the until function to make sure the element is as expected within a short amount of time
-
- 01 Feb, 2019 2 commits
-
-
Mikaël Salson authored
For some reason with this version of Watir both titles are empty. Thus we have to match on the URL.
-
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.
-
- 18 Nov, 2017 1 commit
-
-
Mathieu Giraud authored
Completes #2712.
-
- 22 Sep, 2017 1 commit
-
-
BibloLeHibou authored
-
- 07 Jun, 2017 3 commits
-
-
We should just intantiate the browser in one place so that we can easily change it. Moreover we benefit that to make it possible to change the browser path (FF). This would enable testing several versions of the web browser.
-
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
-
- 16 May, 2017 2 commits
-
-
Mikaël Salson authored
Just to still have a meaningful variable name
-
Mikaël Salson authored
Due to the changes in axes management, there was some changes in the way stuff is displayed in the HTML page. Therefore the clone_info_segmenter also has to return the axisBox span (which didn't exist before and whose content was in infoBox). The productivity information can now be textually found in the title of the span. See #2412
-
- 15 May, 2017 1 commit
-
-
The appearance of the identity values seems to have been interfering with the highlighting. Waiting for the identity to appear before proceding with the tests seems to work consistently.
-
- 22 Feb, 2017 1 commit
-
-
Mikaël Salson authored
-