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

correction test colFlottant

parent c966c625
No related merge requests found
...@@ -701,12 +701,6 @@ class ProfilOptionsControllerProfilJeunesseAndJeuxTest extends ProfilOptionsCont ...@@ -701,12 +701,6 @@ class ProfilOptionsControllerProfilJeunesseAndJeuxTest extends ProfilOptionsCont
$this->assertXPath('//div[contains(@class,"colFlottant")]',$this->_response->getBody()); $this->assertXPath('//div[contains(@class,"colFlottant")]',$this->_response->getBody());
} }
/** @test **/
public function divisionFlottantShouldNotContainsColFlottantWithOutLoggedUser() {
$this->dispatch('/opac');
$this->assertNotXPath('//div[contains(@class,"colFlottant")]',$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