- Remove redundant unit tests for `PasswordChangeForm` that rely on `isDirty` state handling, as this functionality is now covered by E2E Playwright tests. - Add `/* istanbul ignore next */` comments to exclude untestable code paths related to form submission and `isDirty` state.