Fix e2e tests after introducing a way to allow countries to customise the order of a full name. turns out there were alot of other screens that use a full name so the changes to the formatName() broke a lot of e2e tests. Instead of fixing the tests we've put temporary logic fullNameWithFirstNameFirst() helper function which will get removed once all the screens use the formatName() function.
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".
Fix e2e tests after introducing a way to allow countries to customise the order of a full name. turns out there were alot of other screens that use a full name so the changes to the
formatName()
broke a lot of e2e tests. Instead of fixing the tests we've put temporary logicfullNameWithFirstNameFirst()
helper function which will get removed once all the screens use theformatName()
function.https://github.com/opencrvs/opencrvs-core/issues/6830