Docgen/action add missing goals

This commit is contained in:
2022-01-10 09:35:26 +00:00
parent 78cf817921
commit efc3e3915b
26 changed files with 332 additions and 98 deletions

View File

@@ -68,7 +68,7 @@ final class SingleTaskControllerTest extends WebTestCase
$crawler = $client->followRedirect();
$this->assertContains(
$this->assertStringContainsString(
$title,
$crawler->text(),
'Assert that newly created task title is shown in list page'