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

rel #44527 : fix failure

parent 13cb5213
Branches
Tags
2 merge requests!1701Dev#44527 recette uniformisation de la saisie des horaires,!1700Dev#44527 recette uniformisation de la saisie des horaires
......@@ -241,10 +241,10 @@ class OuverturesControllerIndexActionSiteAnnecyTest extends OuverturesController
/** @test */
public function ouvertureAtHeightHalfShouldBeVisible() {
$this->assertXPathContentContains('//tbody//td[2]', '08:30');
$this->assertXPathContentContains('//tbody//td[3]', '12:00');
$this->assertXPathContentContains('//tbody//td[3]', '08:30');
$this->assertXPathContentContains('//tbody//td[4]', '12:00');
$this->assertXPathContentContains('//tbody//td[5]', '17:00');
$this->assertXPathContentContains('//tbody//td[5]', '12:00');
$this->assertXPathContentContains('//tbody//td[6]', '17:00');
}
......
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