Merge branch 'master' into notification/completion

This commit is contained in:
2022-01-10 16:11:06 +01:00
78 changed files with 1268 additions and 277 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'