From c13d4a9d97b7767860f5eca2b104d35e98c4ebb2 Mon Sep 17 00:00:00 2001 From: Allen Annom Date: Mon, 25 Nov 2024 16:08:04 +0000 Subject: [PATCH] UML-3570 reverted change --- service-front/app/features/context/UI/LpaContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-front/app/features/context/UI/LpaContext.php b/service-front/app/features/context/UI/LpaContext.php index 3696cc0b4a..c540a94bbd 100644 --- a/service-front/app/features/context/UI/LpaContext.php +++ b/service-front/app/features/context/UI/LpaContext.php @@ -3110,9 +3110,9 @@ public function iWillNotSeeInactiveAttorneyInTheListOfAttorneys($name): void public function iRequestToViewAnLPAWithADonorWhoIsAlsoKnownAs($name): void { $this->ui->assertPageContainsText('View LPA summary'); - $this->mockApiGetLpaByIdAndGetImagesById(); $this->lpa->donor->otherNames = $name; - $this->lpa->donor->otherNames = 'Ezra'; + + $this->mockApiGetLpaByIdAndGetImagesById(); } /**