Loading core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ public function testToolbarStoredState(): void { $this->assertSame($expected, $toolbar_stored_state); $this->getSession()->resizeWindow(600, 600); $this->getSession()->wait(1000, "JSON.parse(sessionStorage.getItem('Drupal.toolbar.toolbarState')).isFixed == false"); // Update expected state values to reflect the viewport being at a width // that is narrow enough that the toolbar isn't fixed. Loading Loading
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ public function testToolbarStoredState(): void { $this->assertSame($expected, $toolbar_stored_state); $this->getSession()->resizeWindow(600, 600); $this->getSession()->wait(1000, "JSON.parse(sessionStorage.getItem('Drupal.toolbar.toolbarState')).isFixed == false"); // Update expected state values to reflect the viewport being at a width // that is narrow enough that the toolbar isn't fixed. Loading