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

Correction génération id kiosque chrono

parent 9b51b9d4
No related merge requests found
......@@ -165,7 +165,7 @@ class ZendAfi_View_Helper_Accueil_KiosqueChronoWithCatalogueTest extends ZendAfi
/** @test */
public function pageShouldContainsDivListeChrono() {
$this->assertXPath($this->_html, '//div[@class="liste_chrono"][@id="liste_chrono_1"]');
$this->assertXPath($this->_html, '//div[@class="liste_chrono"][contains(@id,"liste_chrono_")]');
}
}
......
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