1. 05 Mar, 2021 1 commit
    • Lukas 'Eipi' Eipert's avatar
      Remove capybara specs relying on jQuery.ajax · 5fe5117a
      Lukas 'Eipi' Eipert authored
      We had some capybara specs that checked whether expanding a diff calls
      the Backend more than once. These specs have been broken since we are
      using axios. Unfortunately as they are testing a negative, they never
      failed.
      
      We are removing those specs in favor of new JS unit tests which actually
      test that the API is called exactly once.
      5fe5117a
  2. 03 Mar, 2021 39 commits