- 04 Feb, 2019 3 commits
-
-
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 2 commits
-
-
Mikaël Salson authored
clonedb.py: Rows are already tag names See merge request !395
-
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 8 commits
-
-
Mathieu Giraud authored
Temporarily hide logs See merge request !389
-
Mikaël Salson authored
#3607 should be solved first.
-
Mikaël Salson authored
Fix server unit test order Closes #3682 See merge request !391
-
Mikaël Salson authored
When editing we add an existing tag and we check that we recover it properly.
-
Mikaël Salson authored
Now testEditForm() is necessarily called first which modifies the entry we created tags for. Thus we should not find those tags anymore
-
Mikaël Salson authored
Files can be loaded in any order depending on how glob traverses the directories. We now sort the files first to have a reproducible order. Fixes #3682
-
Mathieu Giraud authored
Resolve "Export FASTA sur des séquences unexpected" Closes #3560 and #3512 See merge request !303
-
- 16 Jan, 2019 6 commits
-
-
flothoni authored
Merge branch 'feature-c/3512-export-fasta-sur-des-sequences-unexpected' of gitlab.inria.fr:vidjil/vidjil into feature-c/3512-export-fasta-sur-des-sequences-unexpected
-
flothoni authored
-
Thonier Florian authored
link to #3512
-
Thonier Florian authored
Link to #3512
-
Mathieu Giraud authored
Merge branch 'feature-c/3666-reparer-une-normalization_list-affichant-la-liste-des-derniers-clones-normalises-en-norm_expected-2' into 'dev' Resolve "Réparer une normalization_list affichant la liste des derniers clones normalisés en NORM_EXPECTED" Closes #3666 See merge request !385
-
Mathieu Giraud authored
Feature c/3667 clone getsize2 Closes #3667 See merge request !386
-
- 15 Jan, 2019 2 commits
-
-
Mathieu Giraud authored
browser/test/launch_functional_tests: more verbose display See merge request !390
-
Mathieu Giraud authored
-