jqh 5 лет назад
Родитель
Сommit
887442fa57
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/BrowserExtension.php

+ 1 - 1
tests/BrowserExtension.php

@@ -127,7 +127,7 @@ JS
             // 滚动到页面底部
             'scrollToBottom' => function () {
                 $this->script(
-                    <<<JS
+                    <<<'JS'
             $(document).scrollTop($(document).height() - $(window).height()); 
 JS
                 );