- 26 Sep, 2019 1 commit
-
-
Mikaël Salson authored
When clicking it seems that the mouse isn't necessarily over the menu. Thus it will open and close just after because the mouse isn't over the menu. Fix #3987
-
- 03 Jun, 2019 1 commit
-
-
Mikaël Salson authored
-
- 28 Mar, 2019 1 commit
-
-
Mikaël Salson authored
-
- 13 Mar, 2019 1 commit
-
-
Mikaël Salson authored
-
- 12 Mar, 2019 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Can we let watir guess what the browser is?
-
Mikaël Salson authored
There was a deprecated warning because we tested the wait_until on a variable that may change over time. The code has now be changed so that the element is retrieved each time we test it. Moreove the until() function may be useful elsewhere
-
- 05 Mar, 2019 1 commit
-
-
Mikaël Salson authored
-
- 28 Feb, 2019 1 commit
-
-
flothoni authored
-
- 01 Feb, 2019 2 commits
-
-
Mikaël Salson authored
The code didn't use shortcuts from VidjilBrowser. Also the tests were calling set_browser each time which had as en effect to start a new browser each time which had a strange behaviour with the new Watir version.
-
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
-
- 17 Apr, 2018 1 commit
-
-
Mikaël Salson authored
-
- 10 Oct, 2017 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
The previous IDs may have not been unique when having several scatterplots at once.
-
Mikaël Salson authored
-
- 07 Jun, 2017 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
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.
-
Mikaël Salson authored
This was becoming a mess
-
- 16 May, 2017 1 commit
-
-
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
-
- 22 Feb, 2017 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
The name makes more sense. Another function scatterplot will allow to get the scatterplot itself.
-
Mikaël Salson authored
This allows to reuse the main code, even with different IDs
-
Mikaël Salson authored
It can also be a bar when the view is in histogram. We select the one which is visible
-
- 24 Nov, 2016 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
We now have other information in the segmenter such as identity rate or productivity. Thus we now return them.
-
- 07 Jul, 2016 1 commit
-
-
Mikaël Salson authored
-
- 14 Mar, 2016 1 commit
-
-
Mikaël Salson authored
-
- 02 Mar, 2016 5 commits
-
-
Mikaël Salson authored
system is in systemBox not nameBox
-
Mikaël Salson authored
-
Mikaël Salson authored
Access to tag selection (to hide or show tags)
-
Mikaël Salson authored
Function to access graph legend (x axis) in the Vidjil browser (for functional tests)
-
Mikaël Salson authored
Function to access external data in the Vidjil browser (for functional tests)
-
- 16 Jul, 2015 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 12 Apr, 2015 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 18 Mar, 2015 1 commit
-
-
Marc Duez authored
-
- 05 Mar, 2015 2 commits
-
-
Mikaël Salson authored
If it doesn't work by selecting the background we can do it by calling the right method in the model.
-
Mathieu Giraud authored
$b.unselect was not working, we just comment it and do a workaround in some cases
-