Skip to content

Commit

Permalink
fix test #3377
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Dec 9, 2024
1 parent 8962844 commit 10a4703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testAccountList(): void
$client->getResponse()->getStatusCode(),
\sprintf('Result value: %d', $client->getResponse()->getStatusCode())
);
$this->assertEquals(1, $crawler->filter('h1:contains("9 comptes archivés ou sans territoires et/ou partenaires trouvés")')->count());
$this->assertEquals(1, $crawler->filter('h2:contains("9 comptes archivés ou sans territoires et/ou partenaires trouvés")')->count());
}

public function testAccountListWithTerritory(): void
Expand Down

0 comments on commit 10a4703

Please sign in to comment.