mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
use a more randomly name for tests
This commit is contained in:
parent
1a37910fb1
commit
afb2a92997
@ -168,7 +168,8 @@ class PersonControllerCreateTest extends WebTestCase
|
||||
"The page is accessible at the URL /{_locale}/person/new");
|
||||
$form = $crawler->selectButton("Ajouter la personne")->form();
|
||||
|
||||
$this->fillAValidCreationForm($form, 'roger', 'rabbit');
|
||||
// create a very long name to avoid collision
|
||||
$this->fillAValidCreationForm($form, 'Carmela Girdana Assuntamente Castalle', 'rabbit');
|
||||
|
||||
$this->assertTrue($form->has(self::CENTER_INPUT),
|
||||
'The page contains a "center" input');
|
||||
|
Loading…
x
Reference in New Issue
Block a user