mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 03:09:11 -04:00
Fix test description
This commit is contained in:
@@ -211,7 +211,7 @@ describe("Cookie message", () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test("The consent cookie should be set, with analytics set to 'true'", () => {
|
test("The consent cookie should be set, with analytics set to 'false'", () => {
|
||||||
|
|
||||||
expect(window.GOVUK.getConsentCookie()).toEqual({ 'analytics': false });
|
expect(window.GOVUK.getConsentCookie()).toEqual({ 'analytics': false });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user