Skip to content
Snippets Groups Projects
Commit 505e850a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #69826 : fix tests failures

parent f7d4c77c
Branches
Tags
2 merge requests!2523Master,!2516Dev#69826 contractuel minsoc diffusion selective de l information enregistrer modifier ma recherche
Pipeline #3328 failed with stage
in 14 minutes and 9 seconds
......@@ -184,8 +184,8 @@ class AbonneControllerFicheActionWithLoggedUserTest extends AbstractAbonneContro
/** @test */
public function settingsLinkShouldBePopup() {
$this->assertXPath('//div//a[contains(@href, "/abonne/settings")][@data-popup="true"]', $this->_response->getBody());
public function settingsLinkShouldBePresent() {
$this->assertXPath('//div//a[contains(@href, "/abonne/settings")]');
}
......
......@@ -306,7 +306,7 @@ class AbonneControllerWithLibrariesAndNoDomainsBookmarkableTest extends Abstract
/** @test */
public function annexeBibliothequeDesEnfantsShouldBePresent() {
$this->assertXPathContentContains('//div//a', 'Gérer mes favoris', $this->_response->getBody());
$this->assertXPathContentContains('//div//a', 'Mes favoris');
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment