Skip to content

Commit

Permalink
Issue #493 - Allow to add extra entries to the text and selectors in …
Browse files Browse the repository at this point in the history
…behat.yml
  • Loading branch information
Andor Dávid committed Jan 10, 2025
1 parent acfdb52 commit e0324f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function configure(ArrayNodeDefinition $builder)
. ' password_field: "Enter your password"' . PHP_EOL
. ' username_field: "Nickname"'
)->
ignoreExtraKeys(false)->
addDefaultsIfNotSet()->
children()->
scalarNode('login_url')->
Expand All @@ -159,6 +160,7 @@ public function configure(ArrayNodeDefinition $builder)
end()->
end()->
arrayNode('selectors')->
ignoreExtraKeys(false)->
addDefaultsIfNotSet()->
children()->
scalarNode('message_selector')->end()->
Expand Down

0 comments on commit e0324f7

Please sign in to comment.