- 18 Jul, 2018 6 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
so we can use sed to edit it when executing functional tests in docker with gitlab-ci
-
Ryan Herbert authored
it matches what the scheduler would use. But we still need to check for "DONE" since it currently exists in the database.
-
Ryan Herbert authored
when changing the config for launching a run we wait for a query. So we also need to query the table again
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 17 Jul, 2018 13 commits
-
-
Ryan Herbert authored
It would seem that we use "DONE" to indicate a pre_process has completed rather than "COMPLETED" as for scheduler tasks.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
jstree keeps its state so we only need to open the root folder if it is closed
-
Ryan Herbert authored
Since all our tables have the same id we need to ensure our queries have completed before attempting to see if the new table has loaded.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
It would seem that sequence_file.data_file cannot be unicode, so we need to cast it to str.
-
- 16 Jul, 2018 9 commits
-
-
Ryan Herbert authored
ensure that field ids match between the server side and the js-generated form fields.
-
Ryan Herbert authored
-
Ryan Herbert authored
Since I'm bad, we need to enforce an order in the test file execution.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
This was another thing matching the newer way of doing things in Watir, but we use an older version
-
Ryan Herbert authored
sometimes the test will fail because the DOM hasn't fuly loaded, so we need to wait for the table line we want to be present
-
Ryan Herbert authored
Since we use an old version of watir for our tests, we need to use the old way of doing things :)
-
- 13 Jul, 2018 8 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
for the call to Watir::Wait.until simply pass the timeout value instead of passing a named parameter
-
Mikaël Salson authored
-
Mikaël Salson authored
$1 is only the first parameter thus launch_functional_tests usage was not clear. Instead we use $*. Follows a4d71986
-
Ryan Herbert authored
-
Ryan Herbert authored
(not currently working)
-
Ryan Herbert authored
preserve the edited patient in order to apply the filter on its info.
-
- 12 Jul, 2018 4 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
reorganise the server functional test files to match the browser functional tests
-
Ryan Herbert authored
Patients are sorted in reverse order of creation, so we should expect the last patient created when clicking on the first row.
-