1. 16 Sep, 2019 3 commits
  2. 13 Sep, 2019 26 commits
  3. 12 Sep, 2019 6 commits
  4. 11 Sep, 2019 2 commits
  5. 10 Sep, 2019 3 commits
    • Jérome Perrin's avatar
      dms_ui_test: fix testContributeTab · 767ef339
      Jérome Perrin authored
       * Depending on conversion server speed, document will be Converted or
      Converting. Assert that the state match Convert(ing|ed) to accept both.
       * prefer assert* instead of verify* to terminate test execution on
      first failed assertion.
       * use more specific xpath instead of asserting that text is present in
      the page.
       * checking that URL matches the previous URL interpreted as a regexp
      was not working for IPv6 URL with brackets (because of the meaning of
      regular expression). Because what we want here is to check that URL
      starts with previously stored URL, check with a glob: expression, that
      should be also compatible with IPv6 URLs.
      767ef339
    • Jérome Perrin's avatar
      km_ui_test: restore test for thumbnails · 3ae3ccdb
      Jérome Perrin authored
      Rename the test for PDFJS introduced in
      b58995c9 to testCheckPDFPreview
      
      Repair original testCheckPDFThumbnail by updating the link name from
      Preview to Thumbnail, as a follow up to fe83821b
      3ae3ccdb
    • Jérome Perrin's avatar