Skip to content
Snippets Groups Projects
Commit f2eaa6be authored by ZZZ[GONE] PERRIER Guillaume's avatar ZZZ[GONE] PERRIER Guillaume
Browse files

[PHP-UNIT] Try getting test return value and precondition the script final steps.' (v1.33).

parent 43e3c577
No related branches found
No related tags found
1 merge request!6[PHP-UNIT] Complete performing CI test within the container and use it for...
Pipeline #233701 failed
......@@ -22,7 +22,7 @@ class DefaultControllerTest extends WebTestCase
$tapesCard = $crawler->filter('h2.card-title')->eq(0);
$tapesCardTitle = $tapesCard->html();
$this->assertEquals('Tapes', $tapesCardTitle, "Tapes card was not found.");
$this->assertEquals('Tdssdfsdsqdq sdapes', $tapesCardTitle, "Tapes card was not found.");
$tapesCardNumber = $tapesCard->nextAll()->html();
$this->assertGreaterThan(0, $tapesCardNumber, "There is no tapes found.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment