From a8188832988bc7d2a2b202ad183e7c3bf5908767 Mon Sep 17 00:00:00 2001 From: lixintao Date: Thu, 12 Jun 2025 13:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=A8=E4=BE=8B1271299?= =?UTF-8?q?=E4=B8=AD=E6=A3=80=E6=B5=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- case/test_dde_1271299.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case/test_dde_1271299.py b/case/test_dde_1271299.py index 52eab9c..84afa2d 100644 --- a/case/test_dde_1271299.py +++ b/case/test_dde_1271299.py @@ -8,7 +8,7 @@ class TestDdeCase(BaseCase): """添加系统语言""" DdeMethod().add_english_system_language_in_control_center() sleep(2) - self.assert_ocr_exist("语言列表", "美国英语") + self.assert_ocr_exist("语言列表", "美国英语", "简体中文") def teardown_method(self): """清理环境,将新增的系统语言删除""" -- Gitee