Skip to content
Snippets Groups Projects
Commit 3a6141b9 authored by gloas's avatar gloas
Browse files

CmsController Correction test socialNetwork

parent 93ace733
Branches
Tags
No related merge requests found
......@@ -870,7 +870,7 @@ class CmsControllerArticleViewTest extends CmsControllerWithFeteDeLaFriteTestCas
/** @test */
public function socialNetworksContainerShouldBePresent() {
//on garde le @id="reseaux-sociaux-224" pour la compatibilité avec les persos graphiques
$this->assertXpath('//div[@id="reseaux-sociaux-224"][@class="reseaux-sociaux"][contains(@data-article-url, "cms/reseau/id_article/224")]/img[contains(@src, "patience.gif")]');
$this->assertXpath('//div[@class="reseaux-sociaux"][contains(@data-article-url, "cms/reseau/id_article/224")]/img[contains(@src, "patience.gif")]');
}
......
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