feature/use-case-acceptance-tests-3 #119
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user