Merge branch 'master' into convert-all-links-to-govuk-frontend

This commit is contained in:
Tom Byers
2020-02-24 10:12:58 +00:00
committed by GitHub
34 changed files with 468 additions and 135 deletions

View File

@@ -231,8 +231,8 @@ describe("Cookie settings", () => {
expect(window.GOVUK.initAnalytics).toHaveBeenCalled();
expect(window.ga).toHaveBeenCalled();
// the first 4 calls are configuration
expect(window.ga.mock.calls[4]).toEqual(['send', 'pageview', '/privacy']);
// the first 5 calls are configuration
expect(window.ga.mock.calls[5]).toEqual(['send', 'pageview', '/privacy']);
});