1
0
forked from baron/baron-sso

[WIP]모바일 로그인창 테스트 강화중

This commit is contained in:
2026-05-27 12:29:56 +09:00
parent 368f4bbad8
commit e240470d04
10 changed files with 199 additions and 20 deletions

View File

@@ -43,6 +43,10 @@ void main() {
expect(translations['ui.admin.nav.api_keys'], isNull);
expect(translations['ui.dev.console_title'], isNull);
expect(
translations['err.userfront.auth_proxy.login_failed'],
'Login failed.',
);
expect(translations['ui.userfront.login.action.submit'], 'Sign in');
expect(translations['ui.common.theme_light'], 'Light');
},