Skip to content
Snippets Groups Projects
Commit 86993984 authored by Laurent's avatar Laurent
Browse files

Add infos to check for failing test on gitlab

parent da92f27f
Branches
Tags
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!175Master
......@@ -137,7 +137,9 @@ class FormulaireContactInvalidCaptchaPostTest extends AbstractControllerTestCase
/** @test */
public function errorShouldContainsWrongCaptcha() {
$this->assertXPathContentContains('//ul[@class="errors"]', "captcha");
$this->assertXPathContentContains('//ul[@class="errors"]',
"captcha",
$this->_response->getBody());
}
}
......
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