test:更新测试文件以适配新的项目结构

- 更新 auth_ui_test.tscn 中的场景引用路径
- 修复 enhanced_toast_test.gd 中的脚本路径引用
- 确保测试文件与重构后的项目结构保持一致
This commit is contained in:
2026-01-02 00:59:05 +08:00
parent f1a60137e1
commit d80feaa02b
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ class_name EnhancedToastTest
# 测试新增的错误码处理
func test_new_error_codes():
var auth_scene = preload("res://UI/Windows/AuthScene.gd").new()
var auth_scene = preload("res://scenes/ui/AuthScene.gd").new()
# 测试验证码登录失败
var verification_login_error = {