Skip to content

fix live server tests, tests for conference_detail

Johannes Gaessler requested to merge test-conference_detail into master

This merge requests makes the following changes:

  • Use the newer dump for the tests.
  • Add presentation detail tests.
  • Patch the presentation detail page to not display files for the tests since this still does not seem to work correctly.
  • Fix potential crash when first or last name is null.
  • Use short conference name for page title.
  • The live server tests had the same issue as the dummy tests: the data used was not actually the data previously loaded in from the dump. The data is now loaded in from the JSON fixture. Some edge cases (that cause issues with Selenium) are being filtered out.
  • To speed up the tests they are now executed in parallel and stop once a single test fails.

Merge request reports