From f51585330a8cecdbba1278eca5d1274cebdc82a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Costa=20Silva?= <1574795+joaocsilva@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:36:30 +0200 Subject: [PATCH] Step attachFileToField has wrong examples --- src/Behat/MinkExtension/Context/MinkContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Behat/MinkExtension/Context/MinkContext.php b/src/Behat/MinkExtension/Context/MinkContext.php index b1f500a4..c6eeb0f4 100644 --- a/src/Behat/MinkExtension/Context/MinkContext.php +++ b/src/Behat/MinkExtension/Context/MinkContext.php @@ -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[^"]*)" to "(?P(?:[^"]|\\")*)"$/ */