symfony によって生成された次の入力フィールドがあります。
<input type="text" id="my_project_localebundle_citytype_name"
name="my_project_localebundle_citytype[name]" required="required"
maxlength="45" class="text">
そして、私は次のようにシナリオを書いています:
@javascript
Scenario: Add a city
Given I follow "Locales"
And I follow "Add city"
Then I fill in "name" with "Testing 1 2 3"
...
しかし、フィールドが見つかりません
Form field with id|name|label|value "name" not found.
完全なIDまたは名前を入力できることはわかっていますが、長すぎるのでそのままにしておきたいです。入力を編集せずにシナリオに簡単に入力する方法はありますか?