mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix wording in timeline accompanying period test
This commit is contained in:
parent
b69aaeafd9
commit
6602e1b286
@ -50,10 +50,10 @@ class TimelineAccompanyingPeriodTest extends \Chill\PersonBundle\Tests\Controlle
|
||||
"the timeline page loads sucessfully");
|
||||
$this->assertGreaterThan(0, $crawler->filter('.timeline div')->count(),
|
||||
"the timeline page contains multiple div inside a .timeline element");
|
||||
$this->assertContains("Ouverture d'une période d'accompagnement",
|
||||
$this->assertContains(" Une période d'accompagnement est ouverte"
|
||||
$crawler->filter('.timeline')->text(),
|
||||
"the text 'une période d'accompagnement a été ouverte' is present");
|
||||
$this->assertContains("Fermeture de la période d'accompagnement",
|
||||
$this->assertContains("Une periode d'accompagnement se clôture",
|
||||
$crawler->Filter('.timeline')->text(),
|
||||
"the text 'Une période d'accompagnement a été fermée' is present");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user