- 08 Apr, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 18 Mar, 2015 1 commit
-
-
Marc Duez authored
-
- 05 Mar, 2015 12 commits
-
-
Mikaël Salson authored
Because of 25a65b77, when focussing out of the input #new_name, the whole model is updated within 500ms. But the previous test (which renames using click) did focus out the input, therefore the model is reupdated while we are performing the current test. So do we really need to reupdate the whole model after 500ms when focussing out the input? If yes, do we have a way to test if the model has been updated (so that we can wait 'till it is updated). That would be cleaner than waiting 1s at the beginning of the test.
-
Mathieu Giraud authored
-
Mikaël Salson authored
On a local install and on a test server or in headless mode the default window size may change which may cause different behaviours.
-
Mathieu Giraud authored
We want to see errors.
-
Mathieu Giraud authored
I want to see what happens when make functional_browser succeeds.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We should wait.
-
Mathieu Giraud authored
The title of the return window has changed. Moreover, there was a 'rescue' in the test, this was a bad idea, hiding the actual cause of the error.
-
Mathieu Giraud authored
$b.unselect was not working, we just comment it and do a workaround in some cases
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 12 Feb, 2015 1 commit
-
-
Marc Duez authored
-
- 27 Jan, 2015 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Now the number of reads may have spaces (243 241)
-
Mathieu Giraud authored
-
- 16 Dec, 2014 2 commits
-
-
Mathieu Giraud authored
This happens when the server address is wrong.
-
Mathieu Giraud authored
-
- 10 Dec, 2014 4 commits
-
-
Mathieu Giraud authored
The query name depends on the results of the previous tests. The length should be always 119.
-
Mathieu Giraud authored
This is the first test that will fail if a bad index.html is given.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Some webdrivers require such canonical paths.
-
- 09 Dec, 2014 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Class VidjilBrowser knows how to get the elements in the browser (it knows the class, the hierarchy and so on). Inside the tests we should rely as much as possible on VidjilBrowser rather than using directly class names, ID or texts to retrieve a given element. Of course VidjilBrowser should be completed all along the time :)
-
Mikaël Salson authored
The same should happen when hovering a clone in the list or in the scatterplot (also for clicking). Therefore we rely on the same function to test what should happen.
-
Mikaël Salson authored
Remove tests that were using the visibility of the graph
-
- 08 Dec, 2014 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
The text may change not the ID
-
Mikaël Salson authored
Now the headless server is launched just once as well as the browser. The browser can be setup again if needed (to reset everything for instance). The test_zz is the test that must be launched as last test to close browser and Xvfb
-
- 05 Dec, 2014 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
The text may change not the ID
-
Mikaël Salson authored
Now the headless server is launched just once as well as the browser. The browser can be setup again if needed (to reset everything for instance). The test_zz is the test that must be launched as last test to close browser and Xvfb
-
- 04 Dec, 2014 1 commit
-
-
Mikaël Salson authored
Data file used is the first one from the doc (automatically retrieved from org file). The browser test now uses a headless browser if HEADLESS environment variable is defined.
-
- 19 Aug, 2014 1 commit
-
-
Marc Duez authored
-