Skip to content
Snippets Groups Projects
Commit 5ef5486d authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix failure

parent 5a5857e6
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!2018Dev#53936 bonus parametrage notice appliquer a d autres profilstype de doc,!2017Dev#53936 bonus parametrage notice appliquer a d autres profilstype de doc
......@@ -1436,6 +1436,10 @@ class BibControllerLocalisationMajTest extends BibControllerTestCase {
'description' => 'Coin des arts.',
'plan' =>$plan,
'image' => 'bib_2_localisation_9.jpg']);
$this->fixture('Class_Notice', ['id' => '12',
'type_doc' => 8]);
$this->dispatch('admin/bib/localisationsmaj/id_localisation/9/id_bib/2');
}
......@@ -1466,8 +1470,7 @@ class BibControllerLocalisationMajTest extends BibControllerTestCase {
/** @test */
public function documentTypesShouldBeDisplayed() {
$this->assertXPath('//input[@type="checkbox"][@clef="8"]',
$this->_response->getBody());
$this->assertXPath('//input[@type="checkbox"][@clef="8"]', $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