Step attachFileToField has wrong examples
This commit is contained in:
@@ -199,8 +199,8 @@ class MinkContext extends RawMinkContext implements TranslatableContext
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Attaches file to field with specified id|name|label|value
|
* Attaches file to field with specified id|name|label|value
|
||||||
* Example: When I attach "bwayne_profile.png" to "profileImageUpload"
|
* Example: When I attach the file "bwayne_profile.png" to "profileImageUpload"
|
||||||
* Example: And I attach "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>(?:[^"]|\\")*)"$/
|
* @When /^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user