Skip to content

Commit

Permalink
test: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinx13 committed Feb 10, 2023
1 parent 044ffe2 commit b7ce8fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Functional/Controller/BackControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function testDisplaySignalementMDLRoleAdminTerritory()

$this->assertSelectorTextContains('#signalements-result', '2023-3');
$this->assertSelectorTextContains('#signalements-result', '2023-4');
$this->assertSelectorTextContains('table', '2 signalement(s)');
}

public function testDisplaySignalementCORRoleAdminTerritory()
Expand All @@ -97,5 +98,6 @@ public function testDisplaySignalementCORRoleAdminTerritory()

$this->assertSelectorTextContains('#signalements-result', '2023-2');
$this->assertSelectorTextContains('#signalements-result', '2023-5');
$this->assertSelectorTextContains('table', '2 signalement(s)');
}
}

0 comments on commit b7ce8fa

Please sign in to comment.