This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch test-helper
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 147f7dca84a4dc00c6e5dba82bd95059738e3b67
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Tue Apr 1 01:58:44 2025 +0800

    (visual test fix): Fix replay broken in recorder brought by #20676. @see 
https://github.com/apache/echarts/pull/20676#discussion_r2021361167
---
 test/runTest/cli.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/runTest/cli.js b/test/runTest/cli.js
index 0448f6821..cd9360ce3 100644
--- a/test/runTest/cli.js
+++ b/test/runTest/cli.js
@@ -413,7 +413,7 @@ async function runTest(browser, testOpt, runtimeCode, 
expectedSource, expectedVe
     }
     else {
         // Only run once
-        await runTestPage(browser, testOpt, 'local', runtimeCode, true);
+        await runTestPage(browser, testOpt, expectedSource, 'local', 
runtimeCode, true);
     }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to