fix: 내 정보&설정에서 설정 저장 로직을 개선하고 불필요한 속성 제거
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user