dev#121023 add filter town on agenda
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
224 225 /** @test */ 226 public function filterPlaceShouldBeDisplayed() { 227 $this->assertXPathContentContains('//div[contains(@class, "filters")]//button[contains(@class, "button_Lieu")]', 'Lieu'); 228 } 229 230 231 /** @test */ 232 public function filterTownShouldBeDisplayed() { 233 $this->assertXPathContentContains('//div[contains(@class, "filters")]//button[contains(@class, "button_Ville")]', 'Ville'); 234 } 235 236 237 /** @test */ 238 public function townGrandAnnecyShouldBeSelectable() { 239 $this->assertXPathContentContains('//div[contains(@class, "filters")]//li//a[contains(@href, "/cms/render-all/id_module/21/place_town/Grand")]', 'Grand Annecy'); changed this line in version 4 of the diff
- Resolved by efalcy
mentioned in commit 8bae8820