• 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
single_file_diff.js 3.52 KB