This page verifies that localStorage modifications work properly given the config. At this time, only deletion is supported.
Test | Result | Expected |
---|---|---|
Only specified localStorage entry should be removed | ||
specified localStorage entry deleted | "valueToBeDeleted" | null |
specified localStorage entry that is not present on page load | null | null |
other localStorage entry untouched | "valueToRemain" | "valueToRemain" |