Skip to content

Commit

Permalink
UML-3570 reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
allenannom committed Nov 25, 2024
1 parent c1f6903 commit c13d4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-front/app/features/context/UI/LpaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit c13d4a9

Please sign in to comment.