- 28 Mar, 2019 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
In such a case we are clicking on the clone. If the mouse is not on hovering the clone there is no reason for its name to appear in the infoline. And the hovering is already tested.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 13 Mar, 2019 3 commits
-
-
Mikaël Salson authored
There is no guarantee on the version. Fix #3695
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 12 Mar, 2019 6 commits
-
-
Mikaël Salson authored
#3699 must be solved first
-
Mikaël Salson authored
-
Mikaël Salson authored
Can we let watir guess what the browser is?
-
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
-
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
-
Mikaël Salson authored
-
- 05 Mar, 2019 4 commits
-
-
Mikaël Salson authored
This cannot be properly tested in test_segmenter_page_errors.rb as we don't have a menu there
-
Mikaël Salson authored
-
Mathieu Giraud authored
See #3722 and #3701.
-
Mathieu Giraud authored
tests/launch_functional_tests: select browsers from environment variable or from 'tested-browser' file Partially revert 02ca0a24. We want both to agnostically use 'launch_functional_tests', but also to be able to follow in a versioned file the supported browsers.
-
- 28 Feb, 2019 6 commits
-
-
Mikaël Salson authored
-
flothoni authored
Remove the html <pre> of functions and add it to the opener window function call link to 2876
-
flothoni authored
-
Mikaël Salson authored
See #3759
-
- 07 Feb, 2019 1 commit
-
- 06 Feb, 2019 1 commit
-
- 05 Feb, 2019 5 commits
-
-
Mathieu Giraud authored
Closes #3701.
- 01 Feb, 2019 5 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
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
-
- 22 Jan, 2019 4 commits
-