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

hotline #50082 fix failures

parent 6bc3317e
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!2009Master,!2008Hotline master,!2003Hotline#50082 mixed records links in loans list
Pipeline #361 passed with stage
in 8 minutes and 14 seconds
......@@ -36,6 +36,7 @@ class ZendAfi_View_Helper_UrlNotice extends Zend_View_Helper_HtmlElement {
$options = array_merge($options,
array_intersect_key(array_filter($preferences),
['retour_panier' => '',
'retour_abonne' => '',
'id_panier' => 0,
'id_catalogue' => 0,
'module' => 'opac',
......
......@@ -444,7 +444,7 @@ class OnSiteConsultationReservationsTableTest extends OnSiteConsultationOneReser
/** @test */
public function titleShouldBeLinkToNoticeHarryPotter() {
$this->assertXPathContentContains('//td[2]/a[contains(@href, "/recherche/viewnotice/id/135/retour_abonne/reservations")]', 'Harry Potter', $this->_response->getBody());
$this->assertXPathContentContains('//td[2]/a[contains(@href, "/recherche/viewnotice/id/135/retour_abonne/reservations")]', 'Harry Potter');
}
......
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