Local and session storage assertions. Front end personalisation, preference and consent flows verified.
Step phrasings in this group
The book sidebar lists each individual step page under this group.
Given the cookie "session" is set to "abc123"Set a cookie on the current browser context.
Given the cookie "session" is removedRemove a single cookie by name (other cookies preserved).
Given all cookies are clearedWipe every cookie on the browser context.
Given the local storage "user" is set to "Alice"Set a local storage entry on the current page.
Given the local storage "user" is removedRemove a single local storage entry.
Given local storage is clearedWipe local storage for the current origin.
Given the session storage "checkout step" is set to "2"Set a session storage entry on the current page.
Given the session storage "checkout step" is removedRemove a single session storage entry.
Given session storage is clearedWipe session storage for the current origin.