fix: 내 정보&설정에서 설정 저장 로직을 개선하고 불필요한 속성 제거

This commit is contained in:
2026-08-28 14:18:06 +00:00
parent b251120e45
commit e6873f813a
2 changed files with 21 additions and 2 deletions
@@ -1418,6 +1418,7 @@ test('내 정보&설정 keeps desktop density and becomes a 390px horizontal-ide
await page.locator('#set_my_setting').click();
await expect.poll(() => state.settingMutations.length).toBe(1);
expect(state.settingMutations[0]).not.toHaveProperty('generalId');
expect(state.settingMutations[0]).not.toHaveProperty('myset');
expect(state.settingMutations[0]).toMatchObject({
use_auto_nation_war: 1,
use_auto_nation_promotion: 1,