Skip to content
Snippets Groups Projects
Commit 6d84d48e authored by gloas's avatar gloas
Browse files

fix test failure: vsmart user panier

parent b8436291
2 merge requests!335Master,!334Hotline 6.49
......@@ -94,7 +94,7 @@ abstract class AbonneVSmartTestCase extends AbstractControllerTestCase {
'notices' => 'MONTESPAN',
'user' => $this->manon]);
$this->panier_romans->save();
xdebug_break();
}
}
......@@ -133,7 +133,7 @@ class AbonneVSmartTest extends AbonneVSmartTestCase {
/** @test */
function aDivAbonneFicheShouldContainsVousAvezDeuxPaniersDeNotice() {
$this->assertXPathContentContains('//div/a[contains(@href, "panier")]',
'Vous avez 2 paniers de notices',$this->_response->getBody());
'Vous avez 2 paniers',$this->_response->getBody());
}
......
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