فهرست منبع

测试用例更新

jqh 5 سال پیش
والد
کامیت
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
                 );