Make test less flaky

This commit is contained in:
nicolas.dorier
2025-04-23 16:38:49 +09:00
parent 5f908322c2
commit 5df76b9c00
2 changed files with 4 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ public partial class UIStoresController
storeBlob.EmailSettings = model.Settings;
store.SetStoreBlob(storeBlob);
await _storeRepo.UpdateStore(store);
TempData[WellKnownTempData.SuccessMessage] = StringLocalizer["Email settings modified"].Value;
TempData[WellKnownTempData.SuccessMessage] = StringLocalizer["Email settings saved"].Value;
}
return RedirectToAction(nameof(StoreEmailSettings), new { storeId });
}