-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
The strict check added in #102 requires checkboxes to be set with boolean values only.
That makes it difficult to fill forms from Gherkin tables, since there is – to my knowledge – no built-in type conversion, and one cannot simply forward all values to MinkContext::fillFields anymore.
Example:
And I fill in the following:
| Published | 1 |
| Name | Behat meet-up test |
I am not sure which is the right way to address it... Relax the requirement here? Detect checkbox types in MinkContext and cast the value appropriately? Not use the "fill in the following" step definition for checkboxes anymore?
Technically, this testsuite here did not change anything directly breaking the old code, but it triggered downstream changes like https://gitlab.com/behat-chrome/chrome-mink-driver/-/issues/158 that cause the issue.
Metadata
Metadata
Assignees
Labels
No labels