Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
click_button: fix count of present exclusive options (use a counter)
with options "x" and/or "y", @present_exclusive_options would contain "undef" elements, which will be counted too. Therefore click_button with x and y will always have more than > 1 options.
- Loading branch information