Skip to content
Snippets Groups Projects
Commit 2bf19555 authored by llaffont's avatar llaffont
Browse files

Suppression tests combo cat

parent ff823f51
No related merge requests found
......@@ -112,12 +112,6 @@ class SitothequeControllerSitoEditTest extends SitothequeControllerTestCase {
$this->dispatch('/admin/sito/sitoedit/id/22', true);
}
/** @test */
public function selectCategorieShouldBeVisible() {
$this->assertXPathContentContains('//select[@name="id_cat"]//option[@value="2"][@selected="selected"]', 'Informations');
}
/** @test */
public function textAreaCommentaireShouldContainsIndependant() {
......@@ -154,11 +148,6 @@ class SitothequeControllerAddActionTest extends SitothequeControllerTestCase {
$this->assertXPathContentContains('//h1', 'Ajouter un site');
}
/** @test */
public function selectCategorieShouldBeVisible() {
$this->assertXPathContentContains('//select[@name="id_cat"]//option[@value="2"][@selected="selected"]', 'Informations');
}
}
......
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