How do I get a full Behat match instead of a partial

Re: How do I get a full Behat match instead of a partial

by Mike Churchward -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers

I was able to get it to work using an 'xpath_element' solution.

    And I click on "Edit" "link" in the "//table[@id='cohorts']//tr[1]//td[6]" "xpath_element"

Not ideal, but allows me to get Behat tests working.

mike