Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding Updater is not forwarding methods from geb.textmatching.TextMatchingSupport onto the Browser instance #601

Closed
raz197 opened this issue Nov 7, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@raz197
Copy link

raz197 commented Nov 7, 2019

As a result, following exception is thrown

groovy.lang.MissingMethodException: No signature of method: cucumber.runtime.groovy.GroovyWorld.contains() is applicable for argument types: (String) values: [q]

when using

browser.$('input', name: contains('q')) << term + Keys.ENTER

but this works fine

browser.$('input', name: 'q') << term + Keys.ENTER

Sample project is attached to this discussion here

@erdi erdi added this to the 3.3 milestone Jan 1, 2020
@erdi erdi self-assigned this Jan 1, 2020
@erdi erdi added the Bug label Jan 1, 2020
erdi added a commit to geb/geb that referenced this issue Jan 2, 2020
…ater to match what happens in base test classes.

Fixes geb/issues#601.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants