feature/use-case-acceptance-tests-3 #119

Merged
hsh-michaelhoennig merged 4 commits from feature/use-case-acceptance-tests-3 into master 2024-11-07 10:11:53 +01:00
Showing only changes of commit 346912f1e6 - Show all commits

View File

@ -39,7 +39,7 @@ public class ShouldUpdatePersonData extends UseCase<ShouldUpdatePersonData> {
@Override
protected void verify() {
verify(
"Verify if the New Phone Number Got Added",
"Verify that the Family Name Got Amended",
() -> httpGet("/api/hs/office/persons/%{personUuid}")
.expecting(OK).expecting(JSON),
path("familyName").contains("%{newFamilyName}")