Skip to content

Commit

Permalink
Merge pull request #18 from joaocsilva/patch-1
Browse files Browse the repository at this point in the history
Step attachFileToField has wrong examples
  • Loading branch information
Yozhef authored Oct 17, 2022
2 parents 412bdc3 + f515853 commit ffc5ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Behat/MinkExtension/Context/MinkContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ public function uncheckOption($option)

/**
* Attaches file to field with specified id|name|label|value
* Example: When I attach "bwayne_profile.png" to "profileImageUpload"
* Example: And I attach "bwayne_profile.png" to "profileImageUpload"
* Example: When I attach the file "bwayne_profile.png" to "profileImageUpload"
* Example: And I attach the file "bwayne_profile.png" to "profileImageUpload"
*
* @When /^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/
*/
Expand Down

0 comments on commit ffc5ee8

Please sign in to comment.