Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Sitemap): Use response data #2272

Merged
merged 2 commits into from
Mar 24, 2022
Merged

Commits on Mar 24, 2022

  1. fix(Sitemap): Use response data

    Our ajax library returns the parsed json as response.data. The former was part of the fetch() api that we used before.
    tvdeyen committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c06197f View commit details
    Browse the repository at this point in the history
  2. fix admin sitemap feature specs

    Enable forgery protection so we have a csrf-token in the dom that our ajax lib
    expects.
    
    Also wait for the sitemap spinner to disappear
    before acting with the dom with capybara
    tvdeyen committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    671ce46 View commit details
    Browse the repository at this point in the history