Skip to content

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

@raz197

Description

@raz197

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions