- 04 Feb, 2019 16 commits
-
-
Mathieu Giraud authored
remove a limit to at least 2 elt to load a custom analysis Closes #2726 See merge request !280
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Follows a first attempt by @flothoni. Closes #2726
-
Mathieu Giraud authored
export.js use real filename in sample report Closes #3617 See merge request !357
-
See #3617
-
Mikaël Salson authored
[Hotfix] Error on save analysis See merge request !399
-
Vidjil Team authored
Passing request.vars['samples_id'] as record_id caused some issues when several samples were contained in the same sample set as the samples_id were separataed with commas, while we expect a single ID. See vdj#792
-
Mathieu Giraud authored
Update watir See merge request !398
-
Mathieu Giraud authored
Longer timeout See merge request !396
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
cell or cells exists on TableRow but parent just returns an Element. Therefore we find another way of having the same behaviour.
-
Mikaël Salson authored
Otherwise we get a deprecate warning as the table has changed since it was retrieved. See e.g. https://groups.google.com/forum/#!topic/watir-general/rM3LZl9WzKw
-
Mikaël Salson authored
Don't know how this could work previously
-
- 01 Feb, 2019 7 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Remove one.
-
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
For some reason with this version of Watir both titles are empty. Thus we have to match on the URL.
-
Mikaël Salson authored
This test was disabled since 9acc7e10. But since #2565 is fixed we re-enable it.
-
Mikaël Salson authored
It depends on the client configuration
-
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
-
- 31 Jan, 2019 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
VMI with chrome42 See merge request !397
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 30 Jan, 2019 3 commits
-
-
Mikaël Salson authored
clonedb.py: Rows are already tag names See merge request !395
-
Mikaël Salson authored
See #3535 for the motivations
-
Mikaël Salson authored
-
- 22 Jan, 2019 8 commits
-
-
Mathieu Giraud authored
Resolve "Ordre des locus mieux qu'alphabétique" Closes #2632 See merge request !393
-
- 17 Jan, 2019 2 commits
-
-
Mathieu Giraud authored
Temporarily hide logs See merge request !389
-
Mikaël Salson authored
#3607 should be solved first.
-