Issue #3487874 by jan kellermann, filipeabreu, valthebald, longwave: Olivero:...
Issue #3487874 by jan kellermann, filipeabreu, valthebald, longwave: Olivero: Avoid localStorage for anonymous user to prevent violation of data protection regulations
(cherry picked from commit 5e89fa50)
$this->assertJsCondition("localStorage.getItem('Drupal.olivero.stickyHeaderState') === null",10000,'Written not strictly necessary Drupal.olivero.stickyHeaderState to localStorage without consent.');
// Resize and scroll to show stickyHeaderToggleButton.
$this->assertJsCondition("localStorage.getItem('Drupal.olivero.stickyHeaderState') === null",10000,'Storage item Drupal.olivero.stickyHeaderState should be removed.');