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

Suppression tests

parent 24e4eb7e
Branches
Tags
No related merge requests found
......@@ -137,12 +137,6 @@ class AuthControllerAbonneSIGBLoggedTest extends PortailWithOneLoginModuleTestCa
public function linkSeDeconnecterShouldBePresent() {
$this->assertXPath('//div[@id="boite_login"]//a[contains(@href, "auth/logout")]');
}
/** @test */
public function pageAuthLoginBarreNavShouldBeConnexion() {
$this->dispatch('/opac/auth/login',true);
$this->assertXPathContentContains('//div[@class="barre_nav"]/span','Connexion',$this->_response->getBody());
}
}
......@@ -504,10 +498,6 @@ class AuthControllerAdminIsLoggedTest extends PortailWithOneLoginModuleTestCase
public function testLinkFonctionAdmin() {
$this->assertXPath("//div[@class='configuration_module']//img[contains(@onclick,'admin/modules/auth?config=site&type_module=auth&id_profil=2&action1=login')]");
}
public function testBarreNavShouldDisplayConnexion() {
$this->assertXPathContentContains('//div[@class="barre_nav"]','Connexion',$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